<xsd:element name="InCareOfNameLine" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Used to indicate the In Care Of line for address. Legal Characters: percent sign, A-Z, a-z, 0-9, hyphen, slash, ampersand, and single space. Illegal Characters: leading space, trailing space, adjacent spaces, and other symbols.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="35" />
<xsd:pattern value="(% )([A-Za-z0-9\-/|&] ?)*[A-Za-z0-9\-/|&]" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|