Skip to content
English - United States
  • There are no suggestions because the search field is empty.

Customer Management: Billing Addresses (Developer)

Billing Addresses XSD
<?xml version="1.0" encoding="utf-8"?>

<xs:schema id="xmldata" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema"" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"

xmlns:msprop="urn:schemas-microsoft-com:xml-msprop">

<xs:element name="xmldata" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">

 <xs:complexType>

    <xs:choice minOccurs="0" maxOccurs="unbounded">

      <xs:element name="Billing">

        <xs:complexType>

          <xs:sequence>

              <xs:element msprop:TableNameXsd="Billing" name="BillingID" msprop:SqlDbType="Int" msprop:IsIdentity="true"

minOccurs="0" />

             <xs:element name="BillingAddress1" msprop:maxLength="75" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingAddress2" msprop:maxLength="75" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingCHOSEN" msprop:maxLength="1" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingCity" msprop:maxLength="50" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingCompanyName" msprop:maxLength="50" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingCountry" msprop:maxLength="50" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingFaxNumber" msprop:maxLength="30" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingFirstName" msprop:maxLength="30" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingLastName" msprop:maxLength="50" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingPhoneNumber" msprop:maxLength="35" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingPostalCode" msprop:maxLength="20" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="BillingState" msprop:maxLength="30" msprop:SqlDbType="VarChar" minOccurs="0" />

             <xs:element name="CustomerID" msprop:SqlDbType="Int" minOccurs="1" />

             <xs:element name="LastModified" msprop:SqlDbType="SmallDateTime" minOccurs="0" />

          </xs:sequence>

        </xs:complexType>

      </xs:element>

    </xs:choice>

    </xs:complexType>

 </xs:element>

</xs:schema>