SupplierList

Element Information

Model

Children: Supplier

Used By

Elements ItemIn, ItemOut

Source

<xs:element name="SupplierList">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Supplier" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample