historyType

Complex Type Information

Model

Used By

Source

<xs:complexType name="historyType">
  <xs:choice>
    <xs:element name="text" type="exch:textType"/>
    <xs:choice>
      <xs:element name="received" type="exch:receivedType"/>
      <xs:element name="accepted" type="exch:acceptedType"/>
      <xs:element name="revised" type="exch:revisedType"/>
      <xs:element name="misc" type="exch:miscType"/>
    </xs:choice>
  </xs:choice>
</xs:complexType>