org

(organization) specifies how the content of the division is
organized.

Attribute Information

Used By

Source

<xs:attribute name="org" default="uniform">
  <xs:annotation>
    <xs:documentation>(organization) specifies how the content of the division is organized.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="composite">
        <xs:annotation>
          <xs:documentation>no claim is made about the sequence in which the immediate contents of this division are to be processed, or their inter-relationships.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="uniform">
        <xs:annotation>
          <xs:documentation>the immediate contents of this element are regarded as forming a logical unit, to be processed in sequence.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample