<xsd:complexType name="Vendor">
<xsd:sequence>
<xsd:element name="id" type="xsd:int" />
<xsd:element minOccurs="0" maxOccurs="1" name="sellingSource" type="SellingSource" />
<xsd:element name="contact" minOccurs="0" maxOccurs="unbounded" type="Contact" />
<xsd:element name="programCodes" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="vendorCorporateProgramRelationship" minOccurs="0" maxOccurs="unbounded" type="VendorCorporateProgramRelationship" />
<xsd:element name="businessFunction" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="url" minOccurs="0" maxOccurs="unbounded" type="Url" />
<xsd:element name="department" minOccurs="0" maxOccurs="unbounded" type="Department" />
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element name="localMarketingGroup" type="LocalMarketingGroup" />
<xsd:element name="marketingOrganization" type="MarketingOrganization" />
</xsd:choice>
<xsd:element name="replacementVendorId" minOccurs="0" maxOccurs="1" type="xsd:int" />
<xsd:element name="primaryName" type="udt:TextType" />
<xsd:element name="alternateName" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="alternateId" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="hoursOfOperation" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="marketingText" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="offering" minOccurs="0" maxOccurs="unbounded" type="Offering" />
<xsd:element name="vehicleMakeAuthorization" minOccurs="0" maxOccurs="unbounded" type="VehicleMakeAuthorization" />
<xsd:element name="vehicleMakeAuthorizationWithModel" minOccurs="0" maxOccurs="unbounded" type="VehicleMakeAuthorizationWithModel" />
<xsd:element name="CNPJ" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="directions" minOccurs="0" maxOccurs="1" type="udt:TextType" />
<xsd:element name="vendorCode" minOccurs="0" maxOccurs="1" type="udt:TextType" />
</xsd:sequence>
<xsd:attribute name="primaryBusinessManagementSellingSourceIndicator" type="xsd:boolean" />
<xsd:attribute name="businessManagementDivision" type="xsd:string" />
<xsd:attribute name="role" type="VendorRole" />
<xsd:attribute name="type" default="unknown" type="VendorType" />
</xsd:complexType>
|