The type related to a Business Document. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
name | xsd:string | required |
|
||||
nameID | xsd:ID | required |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0' |
Element | BusinessDocument |
<xsd:complexType name="BusinessDocumentType"> <xsd:annotation> <xsd:documentation>The type related to a Business Document.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="ConditionExpression" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="Specification" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attributeGroup ref="name"/> </xsd:complexType> |