name

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.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:string required
A designation that may be relevant to a business analyst but is
not intended for referencing.
nameID xsd:ID required
Used for referencing, for example, for identification of elements
within an ebBP instance.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Source

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