attlist.Concept

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
PreferredConceptYN restriction of xs:token required

Used By

Element Concept

Source

<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>