A list of transferred from and transferred to classifications. For each classification we have a boolean attribute to define the use of subgroups |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
use-sub-groups | xs:boolean | optional |
<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> |