complexType "locationType"
Namespace:
Content:
complex, 3 attributes, 5 elements, elem. wildcard
Defined:
globally in myLocation.xsd; see XML source
Includes:
definitions of 5 elements, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (5):
address (in location), cat (in location), expiresAt (in location), lastUpdateTime (in location), reportingDevice (in location)
All Direct / Indirect Based Elements (1):
location (in myLocation)
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="locationType">
<xsd:annotation>
<xsd:documentation/>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>
<xsd:element maxOccurs="1" minOccurs="1" name="address" type="hs:addressType">
<xsd:annotation>
<xsd:documentation>
This element specifies the last known current
location of the identity bound to this service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="reportingDevice" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This element contains the device name of the device supplying this
location information. The name is encoded as a URI.
One common format for this name is a uuid: scheme uri interpreted
as a "Universal Device Number" as
exposed by the
<a href="http://www.upnp.org/resources.htm">
Universal Plug
and Play
</a>
infrastructure.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="lastUpdateTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This element specifies the last update time of this location
report.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="expiresAt" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the time after wich this location
report is considered expires. The system is free to delete expired
elements on it's own schedule.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 6/6)
address
Type:
hs:addressType, complex content
Defined:
locally within (this) locationType complexType
This element specifies the last known current location of the identity bound to this service.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="address" type="hs:addressType">
<xsd:annotation>
<xsd:documentation>
This element specifies the last known current
location of the identity bound to this service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

cat
Type:
hs:catType, empty content
Defined:
locally within (this) locationType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

expiresAt
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) locationType complexType
This optional element specifies the time after wich this location report is considered expires. The system is free to delete expired elements on it's own schedule.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="expiresAt" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This optional element specifies the time after wich this location
report is considered expires. The system is free to delete expired
elements on it's own schedule.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

lastUpdateTime
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within (this) locationType complexType
This element specifies the last update time of this location report.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="lastUpdateTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This element specifies the last update time of this location
report.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

reportingDevice
Type:
xsd:anyURI, predefined, simple content
Defined:
locally within (this) locationType complexType
This element contains the device name of the device supplying this location information. The name is encoded as a URI. One common format for this name is a uuid: scheme uri interpreted as a "Universal Device Number" as exposed by the <a href="http://www.upnp.org/resources.htm">Universal Plug and Play</a> infrastructure.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="reportingDevice" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This element contains the device name of the device supplying this
location information. The name is encoded as a URI.
One common format for this name is a uuid: scheme uri interpreted
as a "Universal Device Number" as
exposed by the
<a href="http://www.upnp.org/resources.htm">
Universal Plug
and Play
</a>
infrastructure.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

{any element with non-schema namespace}
Defined:
within (this) locationType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>