<xsd:attributeGroup name="name">
<xsd:annotation>
<xsd:documentation>The attributeGroup related to the identification information for most
elements. For the name attribute, no white space restrictions are enforced. White
space is not controlled but left to implementation to trigger faults or exceptions.
Note: This group was enhanced to include not only name but
nameID in v2.0.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>A designation that may be relevant to a business analyst but is
not intended for referencing.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nameID" type="xsd:ID" use="required">
<xsd:annotation>
<xsd:documentation>Used for referencing, for example, for identification of elements
within an ebBP instance.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax" />
</xsd:attributeGroup>
|