history

Complex Type Information

Model

Used By

Element history

Source

<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>