veloconnect 1.1

urn:veloconnect:profile-1.1
complexType ImplementsType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:veloconnect:profile-1.1}ImplementsType (restriction)

Documentation
Information über implementierte Operationen und
Transaktionen, sowie unterstützte Bindungen. Die Informationen über eine
unterstützte Transaktion gelten für alle Operationen dieser Transaktion.
Eine Angabe bei URI ist nur erforderlich, wenn diese Operation oder
Transaktion unter einer anderen URL anzusprechen ist.
Properties
This component is not nillable.

Model
<...>
((Transaction | Operation) , Binding, URI? )
</...>


Nested Element Summary
BindingTypeBinding
          
OperationTypeOperation
          
TransactionTypeTransaction
          
xsd:anyURIURI
          
Source
<xsd:complexType name="ImplementsType">
<xsd:sequence>
<xsd:choice>
<xsd:element name="Transaction" type="TransactionType"/>
<xsd:element name="Operation" type="OperationType"/>
</xsd:choice>
<xsd:element name="Binding" type="BindingType"/>
<xsd:element maxOccurs="1" minOccurs="0" name="URI" type="xsd:anyURI"/>
</xsd:sequence>
</xsd:complexType>

veloconnect 1.1

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.