complexType "myApplicationSettingsType"
Namespace:
Content:
complex, 2 elements, elem. wildcard
Defined:
Includes:
definitions of 2 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
applicationSetting (in myApplicationSettings), subscription (in myApplicationSettings)
All Direct / Indirect Based Elements (1):
myApplicationSettings
Known Usage Locations
Annotation
This element defines the basic <b>myApplicationSettingsType</b>.
XML Source (see within schema source)
<xsd:complexType name="myApplicationSettingsType">
<xsd:annotation>
<xsd:documentation>
This element defines the basic
<b>myApplicationSettingsType</b>
.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="applicationSetting" type="applicationSettingType"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
applicationSetting
Type:
applicationSettingType, complex content
Defined:
locally within (this) myApplicationSettingsType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="applicationSetting" type="applicationSettingType"/>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within (this) myApplicationSettingsType 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) myApplicationSettingsType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>