comparison xml/test-schema.xsd @ 2674:b9efbbe0d829

#191: Now added to <page> nodes the “position” attribute
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 13 Apr 2017 11:36:24 +0100
parents 29672fa03c75
children 4c76b5e8874b
comparison
equal deleted inserted replaced
2672:0b1c48849b4f 2674:b9efbbe0d829
98 </xs:simpleType> 98 </xs:simpleType>
99 </xs:attribute> 99 </xs:attribute>
100 <xs:attribute name="labelStart" type="xs:string" use="optional" default="" /> 100 <xs:attribute name="labelStart" type="xs:string" use="optional" default="" />
101 <xs:attribute ref="poolSize" /> 101 <xs:attribute ref="poolSize" />
102 <xs:attribute ref="alwaysInclude" /> 102 <xs:attribute ref="alwaysInclude" />
103 <xs:attribute name="position" use="optional" type="xs:nonNegativeInteger" />
103 <xs:attribute ref="preSilence" /> 104 <xs:attribute ref="preSilence" />
104 <xs:attribute ref="postSilence" /> 105 <xs:attribute ref="postSilence" />
105 <xs:attribute ref="playOne" /> 106 <xs:attribute ref="playOne" />
106 <xs:attribute name="restrictMovement" type="xs:boolean" default="false" use="optional" /> 107 <xs:attribute name="restrictMovement" type="xs:boolean" default="false" use="optional" />
107 </xs:complexType> 108 </xs:complexType>