Definition Type: Element
Name: SubStatistics
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Count in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into TemporalScope in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into DemographicScope in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into GeographicScope in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into StatisticsType in schema adsmlmediapack-1_0-publictypelibrary-as_xsdXSD Diagram of SubStatistics in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:element name="SubStatistics">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="StatisticsType" />
            <xs:element ref="GeographicScope" minOccurs="0" />
            <xs:element ref="DemographicScope" minOccurs="0" />
            <xs:element ref="TemporalScope" minOccurs="0" />
            <xs:element ref="Count" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StatisticsType nsB:StatisticsType (1) (1)
GeographicScope nsB:GeographicScope 0 (1)
DemographicScope nsB:DemographicScope 0 (1)
TemporalScope nsB:TemporalScope 0 (1)
Count nsB:Count (1) (1)