QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ToolId | xsd:string | required | ||||
extensionDescription | xsd:anyURI | optional | ||||
schemaLocation | xsd:anyURI | required | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2' |
Element | xpdl:VendorExtensions |
<xsd:element name="VendorExtension"> <xsd:complexType> <xsd:sequence> <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="ToolId" type="xsd:string" use="required"/> <xsd:attribute name="schemaLocation" type="xsd:anyURI" use="required"/> <xsd:attribute name="extensionDescription" type="xsd:anyURI" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> </xsd:element> |