QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
type | restriction of xs:token | arabic | optional |
Elements | ani:ref-volisspag, ani:volisspag |
<xs:element name="pagecount"> <xs:complexType mixed="true"> <xs:attribute name="type" default="arabic"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="arabic"/> <xs:enumeration value="roman"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |