condescgrpType

Changed first row of ref=eac to allow one or more eac.  Karin Bredenberg, 2007-11-05

Complex Type Information

Model

Children: eac, head

Attributes

QName Type Fixed Default Use Inheritable Annotation
ea optional
id optional

Used By

Source

<xs:complexType name="condescgrpType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Changed first row of ref=eac to allow one or more eac. Karin Bredenberg, 2007-11-05</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="head" type="headType" minOccurs="0" maxOccurs="0"/>
    <xs:sequence>
      <xs:element ref="eac" minOccurs="1" maxOccurs="unbounded"/>
      <!--<xs:element ref="eac" maxOccurs="unbounded"/>-->
    </xs:sequence>
  </xs:sequence>
  <xs:attribute name="id"/>
  <xs:attribute name="ea"/>
</xs:complexType>