transfer-classes-type

A list of transferred from and transferred to classifications.
For each classification we have a boolean attribute to define the use of subgroups

Complex Type Information

Model

Children: class-ref

Attributes

QName Type Fixed Default Use Inheritable Annotation
use-sub-groups xs:boolean optional

Used By

Source

<xs:complexType name="transfer-classes-type">
  <xs:annotation>
    <xs:documentation>A list of transferred from and transferred to classifications. For each classification we have a boolean attribute to define the use of subgroups</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="class-ref" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="use-sub-groups" type="xs:boolean"/>
</xs:complexType>