complexType "myLocationType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
globally in myLocation.xsd; see XML source
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
location (in myLocation), subscription (in myLocation)
All Direct / Indirect Based Elements (1):
myLocation
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="myLocationType">
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="location" type="locationType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
location
Type:
locationType, complex content
Defined:
locally within (this) 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 (this) 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 (this) myLocationType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>