StreetRoleCodeType

Simple Type Information

Used By

Attribute StreetType/@Role

Source

<xs:simpleType name="StreetRoleCodeType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="Building"/>
    <xs:enumeration value="CareOf"/>
    <xs:enumeration value="Complement"/>
    <xs:enumeration value="Street"/>
  </xs:restriction>
</xs:simpleType>