Show
Ignore:
Timestamp:
10/28/09 11:26:56 (3 years ago)
Author:
Jay Jacobs <Jay.Jacobs@…>
Children:
bda835148c1d05cce786dc4284f16f3a08d961c0
Parents:
8cb3db3b6d73ea3b95e1311cbb7bf79868bb5362
git-committer:
Jay Jacobs <Jay.Jacobs@cobham.com> / 2009-10-28T18:26:56Z+0000
Message:

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

Files:
1 modified

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>