addressType

Complex Type Information

Model

Children: ap, fax, lf, phone

Attributes

QName Type Fixed Default Use Inheritable Annotation
lang xs:language optional

Used By

Source

<xs:complexType name="addressType">
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="ap" type="xs:normalizedString"/>
      <xs:element name="lf"/>
    </xs:choice>
    <xs:element minOccurs="0" name="phone" type="xs:normalizedString"/>
    <xs:element minOccurs="0" name="fax" type="xs:normalizedString"/>
  </xs:sequence>
  <xs:attribute name="lang" type="xs:language" use="optional"/>
</xs:complexType>