diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-11-25 22:51:39 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-11-25 22:51:39 +0000 |
| commit | cd4f3ea1fc570e01772c3e54a27c34672f2c24ea (patch) | |
| tree | ca468ab831566a3eb4946d8bb2f4132e21e9e205 /lasso/xml/lib_status_response.c | |
| parent | 256cca14ce7028c521c9d652f5ef6d2531b81fea (diff) | |
| download | lasso-cd4f3ea1fc570e01772c3e54a27c34672f2c24ea.tar.gz lasso-cd4f3ea1fc570e01772c3e54a27c34672f2c24ea.tar.xz lasso-cd4f3ea1fc570e01772c3e54a27c34672f2c24ea.zip | |
indentation work
Diffstat (limited to 'lasso/xml/lib_status_response.c')
| -rw-r--r-- | lasso/xml/lib_status_response.c | 51 |
1 files changed, 25 insertions, 26 deletions
diff --git a/lasso/xml/lib_status_response.c b/lasso/xml/lib_status_response.c index 31789662..75221b8e 100644 --- a/lasso/xml/lib_status_response.c +++ b/lasso/xml/lib_status_response.c @@ -27,32 +27,31 @@ #include <libxml/uri.h> /* -Schema fragment (liberty-idff-protocols-schema-v1.2.xsd): - -<xs:complexType name="StatusResponseType"> - <xs:complexContent> - <xs:extension base="samlp:ResponseAbstractType"> - <xs:sequence> - <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> - <xs:element ref="ProviderID"/> - <xs:element ref="samlp:Status"/> - <xs:element ref="RelayState" minOccurs="0"/> - </xs:sequence> - </xs:extension> - </xs:complexContent> -</xs:complexType> - -<xs:element name="ProviderID" type="md:entityIDType"/> -<xs:element name="RelayState" type="xs:string"/> - -From liberty-metadata-v1.0.xsd: -<xs:simpleType name="entityIDType"> - <xs:restriction base="xs:anyURI"> - <xs:maxLength value="1024" id="maxlengthid"/> - </xs:restriction> -</xs:simpleType> - -*/ + * Schema fragment (liberty-idff-protocols-schema-v1.2.xsd): + * + * <xs:complexType name="StatusResponseType"> + * <xs:complexContent> + * <xs:extension base="samlp:ResponseAbstractType"> + * <xs:sequence> + * <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> + * <xs:element ref="ProviderID"/> + * <xs:element ref="samlp:Status"/> + * <xs:element ref="RelayState" minOccurs="0"/> + * </xs:sequence> + * </xs:extension> + * </xs:complexContent> + * </xs:complexType> + * + * <xs:element name="ProviderID" type="md:entityIDType"/> + * <xs:element name="RelayState" type="xs:string"/> + * + * From liberty-metadata-v1.0.xsd: + * <xs:simpleType name="entityIDType"> + * <xs:restriction base="xs:anyURI"> + * <xs:maxLength value="1024" id="maxlengthid"/> + * </xs:restriction> + * </xs:simpleType> + */ /*****************************************************************************/ /* private methods */ |
