QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
type | restriction of xs:string | optional |
Complex Type | markup |
Element | note-paragraph |
<xs:element name="subnote"> <xs:complexType> <xs:sequence> <xs:element ref="note-paragraph" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="type"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Roman"/> <xs:enumeration value="roman"/> <xs:enumeration value="number"/> <xs:enumeration value="Alpha"/> <xs:enumeration value="alpha"/> <xs:enumeration value="bullet"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |