officialsComplexType

A set of officials. | May hold zero or more.

Complex Type Information

Model

Children: official

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="officialsComplexType">
  <xs:annotation>
    <xs:documentation>A set of officials. | May hold zero or more.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="official" type="officialComplexType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
</xs:complexType>