<xs:complexType name="markup" mixed="true">
<xs:annotation>
<xs:documentation>HTML markup potentially contained within elements such as title, warning and notes etc.</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="text"/>
<xs:element ref="explanation"/>
<xs:element ref="comment"/>
<xs:element ref="class-ref"/>
<xs:element ref="pre"/>
<xs:element ref="br"/>
<xs:element ref="u"/>
<xs:element ref="p"/>
<xs:element ref="media"/>
<xs:element ref="class-transfers"/>
<xs:element ref="subnote"/>
<xs:element ref="sub"/>
<xs:element ref="sup"/>
<xs:element name="link" type="xs:string"/>
</xs:choice>
<xs:attribute name="scheme" type="classification-scheme-list"/>
</xs:complexType> |