<xs:complexType name="noteType" mixed="true">
<xs:annotation>
<xs:documentation xml:lang="en">Any form of note, usually a footnote. This tag marks only notes that are a part of the original text, not notes that may be added by the encoder, etc.</xs:documentation>
</xs:annotation>
<xs:complexContent mixed="true">
<xs:extension base="xces:class.text">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="xces:m.subpar.seq"/>
<xs:element name="p" type="xces:pType"/>
<xs:element name="sp" type="xces:spType"/>
</xs:choice>
<xs:attribute name="place" default="unspec">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="side"/>
<xs:enumeration value="foot"/>
<xs:enumeration value="end"/>
<xs:enumeration value="unspec"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType> |