EmailGroup

Element Group Information

Model

Children: Email, Emails

Used By

Element Emails
Element Group ContactGroup
Complex Type EmailType

Source

<xs:group name="EmailGroup">
  <xs:choice>
    <xs:annotation>
      <xs:documentation>One or Many</xs:documentation>
    </xs:annotation>
    <xs:element ref="Email"/>
    <xs:element ref="Emails"/>
  </xs:choice>
</xs:group>