<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> |