element <myApplicationSettings> (global)
Namespace:
Type:
anonymous complexType (extension of myApplicationSettingsType)
Content:
complex, 2 attributes, 2 elements, elem. wildcard
Defined:
Used:
never
XML Representation Summary
<myApplicationSettings
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myApplicationSettings>
Content model elements (2):
applicationSetting (in myApplicationSettings), subscription (in myApplicationSettings)
Annotation
This element encapsulates the content document for the service. The service is designed to store and manage application settings that are described through well-formed, namespace-qualified XML.
Anonymous Type Detail
Type Derivation Tree
myApplicationSettingsType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="myApplicationSettings">
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for the service. The service
is designed to store and manage application settings that are described
through well-formed, namespace-qualified XML.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="myApplicationSettingsType">
<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)
applicationSetting
Type:
applicationSettingType, complex content
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="applicationSetting" type="applicationSettingType"/>

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