complexType BillToInformationType

complexType {http://www.api.org/pidXML}BillToInformationType

Derived Types
{http://www.api.org/pidXML}BillToInformationType
 {http://www.api.org/pidXML}BillToInformation (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.api.org/pidXML
Declared Namespacesxmlns:pidx=http://www.api.org/pidXML
xmlns=http://www.w3.org/2001/XMLSchema


Source

<complexType name="BillToInformationType">
    <
sequence>
        <
element ref="pidx:AddressInformation" minOccurs="0"/>
        <
element ref="pidx:ShipperInformation" minOccurs="0"/>
    </
sequence>
    <
attribute name="BillToFEIN" type="pidx:FEIN_Type">
        <
annotation>
            <
documentation>2 numerics followed by a dash, followed by 7 digits.</documentation>
        </
annotation>
    </
attribute>
    <
attribute name="BillToID">
        <
simpleType>
            <
restriction base="NMTOKEN">
                <
pattern value="[0-9,a-zA-Z]{1,14}"/>
            </
restriction>
        </
simpleType>
    </
attribute>
    <
attribute name="BillToName">
        <
simpleType>
            <
restriction base="NMTOKEN">
                <
pattern value="[0-9,a-zA-Z]{1,30}"/>
            </
restriction>
        </
simpleType>
    </
attribute>
    <
attribute name="ContractID">
        <
simpleType>
            <
restriction base="NMTOKEN">
                <
pattern value="[0-9a-zA-Z]{1,10}"/>
            </
restriction>
        </
simpleType>
    </
attribute>
    <
attribute name="ContractName">
        <
simpleType>
            <
restriction base="NMTOKEN">
                <
pattern value="[0-9a-zA-Z]{1,30}"/>
            </
restriction>
        </
simpleType>
    </
attribute>
</
complexType>


complexType BillToInformationType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.