Changeset 3eefc2d
- Timestamp:
- Nov 4, 2009 6:56:38 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 20cda34
- Parents:
- c326346
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/abac_types.xsd
rc326346 r3eefc2d 16 16 <xsd:complexType name="negotiationType"> 17 17 <xsd:sequence> 18 <xsd:element name="observation" type="tns:observationType" 19 minOccurs="0" maxOccurs="unbounded"/> 18 <!-- the ABAC Message converted into WSDL types --> 19 <xsd:element name="message" type="tns:messageType" 20 minOccurs="1" maxOccurs="1"/> 21 <!-- the context id and the two negotiator urls if known--> 22 <xsd:element name="contextSource" type="tns:contextInfo"/> 23 <xsd:element name="contextDest" type="tns:contextInfo"/> 24 <xsd:element name="selfURL" type="xsd:string"/> 25 <xsd:element name="oppoURL" type="xsd:string"/> 20 26 </xsd:sequence> 21 27 </xsd:complexType> … … 23 29 <xsd:complexType name="observationType"> 24 30 <xsd:choice> 31 <!-- TBD: remove simple trust target node becuase it's a node op --> 25 32 <xsd:element name="SimpleTTNode" type="tns:simpleTTNodeType"/> 26 33 <xsd:element name="NodeOp" type="tns:nodeOpType"/> … … 35 42 <xsd:sequence> 36 43 <xsd:element name="context" type="tns:contextInfo"/> 44 <xsd:element name="peerURL" type="xsd:string"/> 45 <xsd:element name="peerContext" type="tns:contextInfo"/> 46 <xsd:element name="selfURL" type="xsd:string"/> 37 47 <xsd:element name="goal" type="xsd:string"/> 38 48 </xsd:sequence> … … 63 73 <xsd:element name="contextID" type="xsd:string"/> 64 74 </xsd:choice> 75 <xsd:element name="peerUrl" type="xsd:string"/> 65 76 </xsd:complexType> 66 77
Note: See TracChangeset
for help on using the changeset viewer.