SupplierSelector

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
matchingType restriction of xs:NMTOKEN optional

Used By

Source

<xs:element name="SupplierSelector">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="SupplierInvitation" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="matchingType">
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="public"/>
          <xs:enumeration value="invitationOnly"/>
          <xs:enumeration value="approvedVendorOnly"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

Sample