ReceiptIDInfo

Element Information

Model

Children: IdReference

Attributes

QName Type Fixed Default Use Inheritable Annotation
receiptDate optional
receiptID required

Source

<xs:element name="ReceiptIDInfo">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="IdReference" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="receiptID" use="required"/>
    <xs:attribute name="receiptDate"/>
  </xs:complexType>
</xs:element>

Sample