elml:LabelReq

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
label elml:LabelType required
The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z', 'A-Z', '0-9' and '_'.

Used By

Element elml:unit

Source

<xs:attributeGroup name="LabelReq">
  <xs:attribute name="label" type="elml:LabelType" use="required">
    <xs:annotation>
      <xs:documentation>The attribute label is restricted to 25 characters which can be a random selection from the values 'a-z', 'A-Z', '0-9' and '_'.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>