Changeset ac05658


Ignore:
Timestamp:
Dec 6, 2010 11:02:44 AM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
d31a171
Parents:
63c6664
Message:

Unmerged change. Add ABAC creds to messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wsdl/fedd_types.xsd

    r63c6664 rac05658  
    455455    </xsd:annotation>
    456456    <xsd:sequence>
     457      <xsd:element name="experimentAccess" type="tns:accessType"
     458        minOccurs="0" maxOccurs="1"/>
    457459      <xsd:element name="experimentID" type="tns:IDType" minOccurs="0"
    458460        maxOccurs="1"/>
     
    491493    <xsd:sequence>
    492494      <xsd:element name="credential" type="xsd:string" minOccurs="0"
     495        maxOccurs="unbounded"/>
     496      <xsd:element name="abac_credential" type="xsd:base64Binary" minOccurs="0"
    493497        maxOccurs="unbounded"/>
    494498      <xsd:element name="resources" type="tns:resourcesType" minOccurs="0"
     
    565569        maxOccurs="unbounded" />
    566570      <xsd:element name="experimentID" type="tns:IDType"/>
     571      <xsd:element name="credential" type="xsd:base64Binary" minOccurs="0"
     572        maxOccurs="unbounded"/>
    567573    </xsd:sequence>
    568574  </xsd:complexType>
Note: See TracChangeset for help on using the changeset viewer.