class-transfer

Element Information

Model

Children: date, from, to

Source

<xs:element name="class-transfer" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="from" type="transfer-classes-type" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="to" type="transfer-classes-type" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="date" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample