Definition Type: Element
Name: SupplierInformation
Containing Schema: DCMP.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactEmailDrilldown into ContactNameDrilldown into OtherCertificationsDrilldown into CommentDrilldown into TypeDrilldown into CompanyCertificationTypeDrilldown into CompanyCertificationDrilldown into NumberDrilldown into TypeDrilldown into CompanyRegistrationNumberTypeDrilldown into CompanyRegistrationNumberDrilldown into CountryDrilldown into NameXSD Diagram of SupplierInformation
Collapse XSD Schema Code:
<xs:element name="SupplierInformation">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Name" type="xs:token" />
            <xs:element name="Country" type="CountryCode" minOccurs="0" maxOccurs="1" />
            <xs:element name="CompanyRegistrationNumber" type="CompanyRegistrationNumberType" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="CompanyCertification" type="CompanyCertificationType" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="OtherCertifications" type="xs:token" minOccurs="0" maxOccurs="1" />
            <xs:element name="ContactName" type="xs:token" />
            <xs:element name="ContactEmail" type="xs:token" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name Name (1) (1)
Country Country 0 1
CompanyRegistrationNumber CompanyRegistrationNumber 0 unbounded
CompanyCertification CompanyCertification 0 unbounded
OtherCertifications OtherCertifications 0 1
ContactName ContactName (1) (1)
ContactEmail ContactEmail (1) (1)