AddressGroup

Element Group Information

Model

Children: Address, Addresses

Used By

Element Addresses
Element Group ContactGroup

Source

<xs:group name="AddressGroup">
  <xs:choice>
    <xs:annotation>
      <xs:documentation>************************************** Either an element, a collection of elements or a default element with a collection below. Preference or default information can also be marked within the collection **************************************</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element ref="Address"/>
      <!--<xs:element ref="Addresses" minOccurs="0"/>-->
    </xs:sequence>
    <xs:element ref="Addresses"/>
  </xs:choice>
</xs:group>