Definition Type: ComplexType
Name: CategoryExtentType
Namespace: http://www.opengis.net/gml
Type: gml:CodeOrNullListType
Containing Schema: valueObjects.xsd
Abstract False
Documentation:
Restriction of list type to store a 2-point range of ordinal values. If one member is a null, then this is a single ended interval.
Collapse XSD Schema Diagram:
Drilldown into codeSpace Drilldown into CodeOrNullListTypeXSD Diagram of CategoryExtentType
Collapse XSD Schema Code:
<complexType name="CategoryExtentType">
    <annotation>
        <documentation>Restriction of list type to store a 2-point range of ordinal values. If one member is a null, then this is a single ended interval.</documentation>
    </annotation>
    <simpleContent>
        <restriction base="gml:CodeOrNullListType">
            <length value="2" />
        </restriction>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace gml:codeSpace Optional
Collapse Derivation Tree:
Collapse References:
gml:CategoryExtent
Collapse Comments:
blog comments powered by Disqus