<xs:complexType name="QualPropType">
<xs:annotation>
<xs:documentation>Type type for a property with a QCode value in a qcode attribute and optional names</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="QCodePropType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<!-- NAR1.1 rev3 : use newly defined global name -->
<xs:element ref="name" />
<xs:element ref="hierarchyInfo" />
</xs:choice>
<xs:attributeGroup ref="i18nAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|