<xsd:simpleType name="BusinessName2Type">
<xsd:annotation>
<xsd:documentation>Typically used for line 2 of a business name. Legal Characters: A-Z, a-z, 0-9, hash, slash, percent, hyphen, ampersand and single space. Illegal Character: leading space, trailing space, adjacent spaces, and other symbols.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="50" />
<xsd:pattern value="(([A-Za-z0-9#/%\-]|&) ?)*([A-Za-z0-9#/%\-]|&)" />
</xsd:restriction>
</xsd:simpleType>
|