QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
PreferredConceptYN | restriction of xs:token | required |
Element | Concept |
<xs:attributeGroup name="attlist.Concept"> <xs:attribute name="PreferredConceptYN" use="required"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="Y"/> <xs:enumeration value="N"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |