| diagram | ![]() |
||
| namespace | http://www.IM-Draft-03-00-44a | ||
| children | user-id password hashtime hash | ||
| used by |
|
||
| source | <xs:complexType name="AuthorizationSet"> <xs:sequence> <xs:element name="user-id" type="Security-user-name"/> <!-- #3108 --> <xs:element name="password" type="Security-password"/> <!-- #3109 --> <xs:element name="hashtime" type="atis:DateTimePair"/> <!-- XML style date and time --> <xs:element name="hash"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="10"/> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- the securty hash determined by the x.509 cert in base-64 form --> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | Security-user-name | ||||
| properties |
|
||||
| facets |
|
||||
| source | <xs:element name="user-id" type="Security-user-name"/> |
| diagram | |||||
| type | Security-password | ||||
| properties |
|
||||
| facets |
|
||||
| source | <xs:element name="password" type="Security-password"/> |
| diagram | |||||
| type | atis:DateTimePair | ||||
| properties |
|
||||
| source | <xs:element name="hashtime" type="atis:DateTimePair"/> |
| diagram | |||||
| type | restriction of xs:string | ||||
| properties |
|
||||
| facets |
|
||||
| source | <xs:element name="hash"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="10"/> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> </xs:element> |