Element | history |
<xs:complexType name="history"> <xs:choice> <xs:choice> <xs:element ref="accepted"/> <xs:element ref="misc"/> <xs:element ref="received"/> <xs:element ref="revised"/> </xs:choice> <xs:element ref="text"/> </xs:choice> </xs:complexType> |