
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| PortName | xsd:string | required | ||||
| ServiceName | xsd:string | required | ||||
| Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.wfmc.org/2009/XPDL2.2' | ||||||
<xsd:element name="Service"> <xsd:complexType> <xsd:sequence> <xsd:element ref="xpdl:EndPoint"/> <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="ServiceName" type="xsd:string" use="required"/> <xsd:attribute name="PortName" type="xsd:string" use="required"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:complexType> </xsd:element> |