class-transfers

A list of classifications transferred to other classifications along with the date of transfer

Element Information

Model

Children: class-transfer

Used By

Complex Type markup
Element note-paragraph

Source

<xs:element name="class-transfers">
  <xs:annotation>
    <xs:documentation>A list of classifications transferred to other classifications along with the date of transfer</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <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>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample