A specification element that can associate many references to a particular ebBP element. For example, multiple specifications associated with a logical Business Document. Note: This element was added in v2.0. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| externalDocumentDefRef | xsd:normalizedString | optional |
|
||||
| location | xsd:anyURI | required |
|
||||
| name | xsd:string | required |
|
||||
| nameID | xsd:ID | required |
|
||||
| targetNamespace | xsd:anyURI | optional |
|
||||
| type | DocumentSpecificationType | schema | optional |
|
|||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0' | |||||||
| Element | Attachment |
| Complex Types | BusinessDocumentType, SignalType |
<xsd:element name="Specification"> <xsd:annotation> <xsd:documentation>A specification element that can associate many references to a particular ebBP element. For example, multiple specifications associated with a logical Business Document. Note: This element was added in v2.0.</xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:attribute name="type" type="DocumentSpecificationType" use="optional" default="schema"> <xsd:annotation> <xsd:documentation>This attribute defines the type of the Specification of the particular ebBP element. Note: This attribute was added in v2.0.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="location" type="xsd:anyURI" use="required"> <xsd:annotation> <xsd:documentation>The location of the Specification of the particular ebBP element. Note: This attribute was added in v2.0.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="targetNamespace" type="xsd:anyURI" use="optional"> <xsd:annotation> <xsd:documentation>The target namespace of the Specification of the particular ebBP element. Note: This attribute was added in v2.0.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="externalDocumentDefRef" type="xsd:normalizedString" use="optional"> <xsd:annotation> <xsd:documentation>A name, URN or other reference that cites an external specification or reference that defines the document. This attribute was added during v2.0.1 Public Review and included in v2.0.2.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attributeGroup ref="name"/> </xsd:complexType> </xsd:element> |