elml:organisation

The element organisation contains information about the organisational structure around this lesson.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
level xs:string required
module xs:string required

Used By

Element elml:metadata

Source

<xs:element name="organisation">
  <xs:annotation>
    <xs:documentation>The element organisation contains information about the organisational structure around this lesson.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="creationPosition">
        <xs:annotation>
          <xs:documentation>The element creationPosition allows to either define a number which specifies on which position in a sequence this lesson sits or the previous and following lesson.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:choice>
            <xs:sequence>
              <xs:element name="posNumber" type="xs:positiveInteger">
                <xs:annotation>
                  <xs:documentation>The element posNumber allows to define a number which specifies on which position in a sequence this lesson sits.</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
            <xs:sequence>
              <xs:element name="previous" type="elml:PredefinedLabelsType">
                <xs:annotation>
                  <xs:documentation>The element previous allows to define which is the lesson just before the current lesson in a sequence.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="following" type="elml:PredefinedLabelsType">
                <xs:annotation>
                  <xs:documentation>The element following allows to define which is the lesson just after the current lesson in a sequence.</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:choice>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="elml:OrganisationReq"/>
  </xs:complexType>
</xs:element>

Sample