Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
default namespace = "http://schemas.xmlsoap.org/ws/2005/05/identity"
datatypes xs = "http://www.w3.org/2001/XMLSchema"
namespace wst = "http://schemas.xmlsoap.org/ws/2005/02/trust"
element RoamingStore {
element RoamingInformationCard {
element InformationCardMetaData {
attribute xml:lang { text },
element InformationCardReference {
element CardId { text },
element CardVersion { text }
},
element CardName { text },
element CardImage {
attribute MimeType { text },
xs:base64Binary
},
element Issuer { xs:anyURI },
element TimeIssued { xs:dateTime },
element TimeExpires { xs:dateTime },
element SupportedTokenTypeList {
element wst:TokenType { xs:anyURI }+
},
element SupportedClaimTypeList {
element SupportedClaimType {
attribute Uri { xs:anyURI },
element DisplayTag { text },
element Description { text }
}+
},
element IsSelfIssued { xs:boolean },
element HashSalt { xs:base64Binary },
element TimeLastUpdated { xs:dateTime },
element IssuerId { text },
element IssuerName { text },
element BackgroundColor { xs:int }
},
element InformationCardPrivateData {
element MasterKey { xs:base64Binary },
element ClaimValueList {
element ClaimValue {
attribute Uri { xs:anyURI },
element Value { text }
}+
}
}
}+
}