Definition Type: ComplexType
Name: IntegerValueRangeType
Namespace: http://www.adsml.org/adsmlmediapack/1.0
Containing Schema: AdsMLMediapack-1.0-PublicTypeLibrary-AS.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Value in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Maximum in schema adsmlmediapack-1_0-publictypelibrary-as_xsd Drilldown into Minimum in schema adsmlmediapack-1_0-publictypelibrary-as_xsdXSD Diagram of IntegerValueRangeType in schema adsmlmediapack-1_0-publictypelibrary-as_xsd (AdsML)
Collapse XSD Schema Code:
<xs:complexType name="IntegerValueRangeType">
    <xs:choice>
        <xs:sequence>
            <xs:element name="Minimum" type="adsml:PositiveIntegerType" minOccurs="0" />
            <xs:element name="Maximum" type="adsml:PositiveIntegerType" minOccurs="0" />
        </xs:sequence>
        <xs:element name="Value" type="adsml:PositiveIntegerType" />
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Minimum nsB:Minimum 0 (1)
Maximum nsB:Maximum 0 (1)
Value nsB:Value (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:Frequency, nsB:NumberOfPages