Defines a hierarchical name scope containing reusable elements. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
name | xsd:string | required |
|
||||
nameID | xsd:ID | required |
|
||||
parentRef | xsd:IDREF | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0' |
Complex Types | PackageType, ProcessSpecificationType |
Elements | Package, ProcessSpecification |
<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> |