element <myLocation> (global)
Namespace:
Type:
anonymous complexType (extension of myLocationType)
Content:
complex, 2 attributes, 2 elements, elem. wildcard
Defined:
globally in myLocation.xsd; see XML source
Used:
never
XML Representation Summary
<myLocation
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myLocation>
Content model elements (2):
location (in myLocation), subscription (in myLocation)
Annotation
This element encapsulates the content document for the .NET Location service.
Anonymous Type Detail
Type Derivation Tree
myLocationType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="myLocation">
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for the .NET Location service.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="myLocationType">
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 3/3)
location
Type:
locationType, complex content
Defined:
locally within myLocationType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="location" type="locationType"/>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within myLocationType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>

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