humlIdentifierAtts

Human Identifier Attributes
This huml term humlIdentifierAtts is used for identifier uniqueness and huml element names. It is used to indicate use in indentifying characteristics.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
humlName xs:string required
id xs:ID required

Used By

Source

<xs:attributeGroup name="humlIdentifierAtts">
  <xs:annotation>
    <xs:documentation xml:lang="en">Human Identifier Attributes This huml term humlIdentifierAtts is used for identifier uniqueness and huml element names. It is used to indicate use in indentifying characteristics.</xs:documentation>
    <xs:appinfo>NONE</xs:appinfo>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID" use="required"/>
  <xs:attribute name="humlName" type="xs:string" use="required"/>
</xs:attributeGroup>