<xsd:complexType name="USPSPostalDeliveryRoute_type">
<xsd:sequence>
<xsd:element name="USPSBoxGroup" type="addr:USPSBoxGroup_type" minOccurs="1" maxOccurs="1" />
<xsd:element name="USPSBox" type="addr:USPSBox_type" minOccurs="1" maxOccurs="1" />
<xsd:element name="PrivateMailBox" type="addr:PrivateMailBox_type" minOccurs="0" maxOccurs="1" />
<xsd:element name="PlaceName" type="addr:PlaceName_type" minOccurs="1" maxOccurs="1" />
<xsd:element name="StateName" type="addr:StateName_type" minOccurs="1" maxOccurs="1" />
<xsd:element name="ZipCode" type="addr:ZipCode_type" minOccurs="1" maxOccurs="1" />
<xsd:element name="ZipPlus4" type="addr:ZipPlus4_type" minOccurs="0" maxOccurs="1" />
<xsd:element name="NationName" type="addr:NationName_type" minOccurs="0" maxOccurs="1" />
<xsd:element name="AddressAttributes" type="addr:AddressAttributes_type" minOccurs="0" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="action" type="addr:Action_type" use="optional" />
</xsd:complexType>
|