Mercurial > hg > waet-hammond-1
changeset 2:f1744d5c6407
inactive (non-clickable) boxes in AB (e.g.: for training)
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 22 Apr 2016 02:27:26 +0100 |
parents | 5b34e5fed7bb |
children | d4ccb6739bdf |
files | test-schema.xsd |
diffstat | 1 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/test-schema.xsd Fri Apr 22 02:27:04 2016 +0100 +++ b/test-schema.xsd Fri Apr 22 02:27:26 2016 +0100 @@ -86,7 +86,18 @@ </xs:restriction> </xs:simpleType> </xs:attribute> - <xs:attribute ref="preSilence"/> + <xs:attribute name="originalId" use="optional" default="default"> + <xs:simpleType> + <xs:restriction base="xs:string"> + <xs:enumeration value="default"/> + <xs:enumeration value="none"/> + <xs:enumeration value="number"/> + <xs:enumeration value="letter"/> + <xs:enumeration value="capital"/> + <xs:enumeration value="given"/> + </xs:restriction> + </xs:simpleType> + </xs:attribute><xs:attribute ref="preSilence"/> <xs:attribute ref="postSilence"/> </xs:complexType> </xs:element> @@ -152,6 +163,8 @@ <xs:attribute name="url" type="xs:anyURI" use="required"/> <xs:attribute name="gain" type="xs:decimal" default="0"/> <xs:attribute name="label"/> + <xs:attribute name="inactive" type="xs:boolean" default="false"/> + <xs:attribute name="originalId"/> <xs:attribute ref="name"/> <xs:attribute name="type" default="normal"> <xs:simpleType>