Address.xsd
<?xml version="1.0" encoding="utf-8" ?>
<xs:schema id="Address" targetNamespace="http://www.manh.com/ILSNET/Interface" elementFormDefault="qualified"
xmlns="http://www.manh.com/ILSNET/Interface" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="InterfaceEntity.xsd" />
<xs:complexType name="Address">
<xs:complexContent mixed="false">
<xs:extension base="InterfaceEntity">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="1" name="Active" type="stringLength_1" />
<xs:element minOccurs="0" maxOccurs="1" name="Address1" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="Address2" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="Address3" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="AttentionTo" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="City" type="stringLength_30" />
<xs:element minOccurs="0" maxOccurs="1" name="Consignee" type="stringLength_25" />
<xs:element minOccurs="0" maxOccurs="1" name="Country" type="stringLength_2" />
<xs:element minOccurs="0" maxOccurs="1" name="EmailAddress" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="FaxNum" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="Name" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="PhoneNum" type="stringLength_50" />
<xs:element minOccurs="0" maxOccurs="1" name="PostalCode" type="stringLength_25" />
<xs:element minOccurs="0" maxOccurs="1" name="ResidentialFlag" type="stringLength_1" />
<xs:element minOccurs="0" maxOccurs="1" name="State" type="stringLength_2" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>
Updated over 5 years ago