Changeset b12e315 for wsdl


Ignore:
Timestamp:
Oct 28, 2009 11:26:56 AM (14 years ago)
Author:
Jay Jacobs <Jay.Jacobs@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
bda8351
Parents:
8cb3db3
Message:

Modified GoalType? to support LinkingGoal? and TrustTarget? since those are the
concrete Goal implementations in the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/abac_types.xsd

    r8cb3db3 rb12e315  
    226226    <xsd:sequence>
    227227      <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"/>
    230235    </xsd:sequence>
    231236  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.