Changeset b12e315
- Timestamp:
- Oct 28, 2009 11:26:56 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- bda8351
- Parents:
- 8cb3db3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/abac_types.xsd
r8cb3db3 rb12e315 226 226 <xsd:sequence> 227 227 <xsd:element name="Verifier" type="tns:principalType"/> 228 <xsd:element name="Target" type="tns:entityType"/> 229 <xsd:element name="Subject" type="tns:principalType"/> 228 <xsd:choice> 229 <xsd:element name="TrustTarget" type="tns:entityType"/> 230 <xsd:element name="LinkingTarget" type="xsd:string"/> 231 </xsd:choice> 232 <xsd:element name="Subject" type="tns:entityType"/> 233 <!-- The type string confirms whether this is a LinkingGoal or TT --> 234 <xsd:element name="Type" type="xsd:string"/> 230 235 </xsd:sequence> 231 236 </xsd:complexType>
Note: See TracChangeset
for help on using the changeset viewer.