complexType AuthorizationSet
diagram
namespace http://www.IM-Draft-03-00-44a
children user-id password hashtime hash
used by
elements DeviceCapabilitiesReply/authorizationSet DispatchDevice/authorizationSet MobileMessage/authorizationSet PastPositionRequest/authorizationSet
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>

element AuthorizationSet/user-id
diagram
type Security-user-name
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="user-id" type="Security-user-name"/>

element AuthorizationSet/password
diagram
type Security-password
properties
isRef 0
content simple
facets
minLength 1
maxLength 32
source <xs:element name="password" type="Security-password"/>

element AuthorizationSet/hashtime
diagram
type atis:DateTimePair
properties
isRef 0
content simple
source <xs:element name="hashtime" type="atis:DateTimePair"/>

element AuthorizationSet/hash
diagram
type restriction of xs:string
properties
isRef 0
content simple
facets
minLength 10
maxLength 20
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy