name

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string optional
<h:div class="summary">Name of the object.</h:div>
<h:div class="description">A string by which the object is known. Often a required attribute. The may or may not be a semi-controlled vocabulary.</h:div>

Used By

Source

<xsd:attributeGroup id="attGp.name" name="name">
  <xsd:attribute id="att.name" name="name" type="xsd:string">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">Name of the object.</h:div>
        <h:div class="description">A string by which the object is known. Often a required attribute. The may or may not be a semi-controlled vocabulary.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>