<xs:element name="BldgRoom" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Building name, room, apartment, or suite number.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StringLength0to64">
<xs:attribute name="BldgNameIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the information is a building name.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|