Package

Defines a hierarchical name scope containing reusable
elements.

Element Information

Model

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.
parentRef xsd:IDREF optional
Defines the nameID reference for a Package.
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0'

Used By

Source

<xsd:element name="Package">
  <xsd:annotation>
    <xsd:documentation>Defines a hierarchical name scope containing reusable elements.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="PackageType"/>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:unique name="Package-ID">
    <xsd:selector xpath="."/>
    <xsd:field xpath="nameID"/>
  </xsd:unique>
</xsd:element>

Sample