ani:affiliationType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
affiliation-instance-id xs:NMTOKEN optional

Used By

Element ani:affiliation

Source

<xs:complexType name="affiliationType">
  <xs:sequence>
    <xs:choice>
      <xs:element ref="ce:text"/>
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="ani:organization"/>
        <xs:element minOccurs="0" ref="ani:address-part"/>
        <xs:choice minOccurs="0">
          <xs:element ref="ani:city-group"/>
          <xs:sequence>
            <xs:element minOccurs="0" ref="ani:city"/>
            <xs:element minOccurs="0" ref="ani:state"/>
            <xs:element minOccurs="0" maxOccurs="unbounded" ref="ani:postal-code"/>
          </xs:sequence>
        </xs:choice>
      </xs:sequence>
    </xs:choice>
    <xs:element minOccurs="0" maxOccurs="unbounded" ref="ani:affiliation-id"/>
  </xs:sequence>
  <xs:attribute name="affiliation-instance-id" type="xs:NMTOKEN"/>
</xs:complexType>