- Timestamp:
- Dec 14, 2010 6:58:28 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- c092b7f
- Parents:
- 2627eb3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wsdl/fedd_types.xsd
r2627eb3 re83f2f2 131 131 132 132 <!-- end deprecated --> 133 134 <xsd:complexType name="proofType"> 135 <xsd:annotation> 136 <xsd:documentation> 137 A proof or partial proof of access rights 138 </xsd:documentation> 139 </xsd:annotation> 140 <xsd:sequence> 141 <xsd:element name="prover" type="xsd:string"/> 142 <xsd:element name="principal" type="xsd:string"/> 143 <xsd:element name="attribute" type="xsd:string"/> 144 <xsd:element name="credential" type="xsd:base64Binary" 145 maxOccurs="unbounded" minOccurs="0"/> 146 </xsd:sequence> 147 </xsd:complexType> 133 148 134 149 <xsd:simpleType name="statusType"> … … 478 493 <xsd:element name="experimentStatus" type="tns:statusType"/> 479 494 <xsd:element name="experimentAccess" type="tns:accessType"/> 495 <xsd:element name="proof" type="tns:proofType"/> 480 496 </xsd:sequence> 481 497 </xsd:complexType> … … 523 539 <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 524 540 maxOccurs="unbounded"/> 541 <xsd:element name="proof" type="tns:proofType"/> 525 542 </xsd:sequence> 526 543 </xsd:complexType> … … 546 563 <xsd:sequence> 547 564 <xsd:element name="allocID" type="tns:IDType"/> 565 <xsd:element name="proof" type="tns:proofType"/> 548 566 </xsd:sequence> 549 567 </xsd:complexType> … … 584 602 maxOccurs="unbounded"/> 585 603 <xsd:element name="experimentStatus" type="tns:statusType"/> 604 <xsd:element name="proof" type="tns:proofType" minOccurs="1" 605 maxOccurs="unbounded"/> 586 606 </xsd:sequence> 587 607 </xsd:complexType> … … 610 630 <xsd:element name="experiment" type="tns:IDType"/> 611 631 <xsd:element name="vtopo" type="tns:vtopoType"/> 632 <xsd:element name="proof" type="tns:proofType"/> 612 633 </xsd:sequence> 613 634 </xsd:complexType> … … 638 659 <xsd:element name="experiment" type="tns:IDType"/> 639 660 <xsd:element name="vis" type="tns:visType"/> 661 <xsd:element name="proof" type="tns:proofType"/> 640 662 </xsd:sequence> 641 663 </xsd:complexType> … … 666 688 <xsd:sequence> 667 689 <xsd:element name="name" type="tns:IDType" minOccurs="1" 690 maxOccurs="unbounded"/> 691 <xsd:element name="proof" type="tns:proofType" minOccurs="1" 668 692 maxOccurs="unbounded"/> 669 693 </xsd:sequence> … … 719 743 <xsd:element name="embedding" type="tns:embeddingMapType" minOccurs="0" 720 744 maxOccurs="unbounded"/> 745 <xsd:element name="proof" type="tns:proofType"/> 721 746 </xsd:sequence> 722 747 </xsd:complexType> … … 741 766 <xsd:sequence> 742 767 <xsd:element name="info" type="tns:infoResponseType" minOccurs="0" 768 maxOccurs="unbounded"/> 769 <xsd:element name="proof" type="tns:proofType" minOccurs="0" 743 770 maxOccurs="unbounded"/> 744 771 </xsd:sequence> … … 767 794 <xsd:element name="deallocationLog" type="xsd:string" minOccurs="0" 768 795 maxOccurs="1"/> 796 <xsd:element name="proof" type="tns:proofType" minOccurs="1" maxOccurs="unbounded"/> 769 797 </xsd:sequence> 770 798 </xsd:complexType> … … 805 833 <xsd:element name="fedAttr" type="tns:fedAttrType" minOccurs="0" 806 834 maxOccurs="unbounded"/> 835 <xsd:element name="proof" type="tns:proofType" /> 807 836 </xsd:sequence> 808 837 </xsd:complexType> … … 830 859 <xsd:element name="deallocationLog" type="xsd:string" minOccurs="0" 831 860 maxOccurs="1"/> 861 <xsd:element name="proof" type="tns:proofType" /> 832 862 </xsd:sequence> 833 863 </xsd:complexType> … … 854 884 <xsd:element name="experimentdescription" 855 885 type="tns:experimentDescriptionType"/> 886 <xsd:element name="proof" type="tns:proofType"/> 856 887 </xsd:sequence> 857 888 </xsd:complexType> … … 878 909 <xsd:element name="name" type="xsd:string"/> 879 910 <xsd:element name="value" type="xsd:string"/> 911 <xsd:element name="proof" type="tns:proofType"/> 880 912 </xsd:sequence> 881 913 </xsd:complexType> … … 902 934 <xsd:element name="name" type="xsd:string"/> 903 935 <xsd:element name="value" type="xsd:string" minOccurs="0" maxOccurs="1"/> 936 <xsd:element name="proof" type="tns:proofType"/> 904 937 </xsd:sequence> 905 938 </xsd:complexType> … … 939 972 </xsd:element> 940 973 <xsd:element name="desc" type="xsd:string"/> 974 <xsd:element name="proof" type="tns:proofType" 975 minOccurs="0" maxOccurs="unbounded"/> 941 976 </xsd:sequence> 942 977 </xsd:complexType>
Note: See TracChangeset
for help on using the changeset viewer.