VendorGroup

Vendor related data. Vendors are selling, not necessarily
operating.

Element Group Information

Model

Children: Vendor, Vendors

Used By

Source

<xs:group name="VendorGroup">
  <xs:annotation>
    <xs:documentation>Vendor related data. Vendors are selling, not necessarily operating.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:annotation>
      <xs:documentation>element or collection</xs:documentation>
    </xs:annotation>
    <xs:element ref="Vendor"/>
    <xs:element ref="Vendors"/>
  </xs:choice>
</xs:group>