Batch

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
expirationDate optional
inspectionDate optional
originCountryCode optional
productionDate optional

Used By

Source

<xs:element name="Batch">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="BuyerBatchID" minOccurs="0"/>
      <xs:element ref="SupplierBatchID" minOccurs="0"/>
      <xs:element ref="PropertyValuation" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="productionDate"/>
    <xs:attribute name="expirationDate"/>
    <xs:attribute name="inspectionDate"/>
    <xs:attribute name="originCountryCode"/>
  </xs:complexType>
</xs:element>

Sample