Definition Type: ComplexType
Name: TinType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:SurfaceType
Containing Schema: geometryPrimitives.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into controlPoint in schema geometryprimitives_xsd Drilldown into maxLength in schema geometryprimitives_xsd Drilldown into breakLines in schema geometryprimitives_xsd Drilldown into stopLines in schema geometryprimitives_xsd Drilldown into patches in schema geometryprimitives_xsd Drilldown into name in schema gmlbase_xsd Drilldown into identifier in schema gmlbase_xsd Drilldown into descriptionReference in schema gmlbase_xsd Drilldown into description in schema gmlbase_xsd Drilldown into metaDataProperty in schema deprecatedtypes_xsd Drilldown into StandardObjectProperties in schema gmlbase_xsd Drilldown into id in schema gmlbase_xsd Drilldown into AbstractGMLType in schema gmlbase_xsd Drilldown into uomLabels in schema geometrybasic0d1d_xsd Drilldown into axisLabels in schema geometrybasic0d1d_xsd Drilldown into SRSInformationGroup in schema geometrybasic0d1d_xsd Drilldown into srsDimension in schema geometrybasic0d1d_xsd Drilldown into srsName in schema geometrybasic0d1d_xsd Drilldown into SRSReferenceGroup in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometryType in schema geometrybasic0d1d_xsd Drilldown into AbstractGeometricPrimitiveType in schema geometrybasic0d1d_xsd Drilldown into AbstractSurfaceType in schema geometrybasic2d_xsd Drilldown into SurfaceType in schema geometryprimitives_xsdXSD Diagram of TinType in schema geometryprimitives_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TinType">
    <complexContent>
        <extension base="gml:SurfaceType">
            <sequence>
                <element name="stopLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded" />
                <element name="breakLines" type="gml:LineStringSegmentArrayPropertyType" minOccurs="0" maxOccurs="unbounded" />
                <element name="maxLength" type="gml:LengthType" />
                <element name="controlPoint">
                    <complexType>
                        <choice>
                            <element ref="gml:posList" />
                            <group ref="gml:geometricPositionGroup" minOccurs="3" maxOccurs="unbounded" />
                        </choice>
                    </complexType>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metaDataProperty gml:metaDataProperty 0 unbounded
description gml:description 0 (1)
descriptionReference gml:descriptionReference 0 (1)
identifier gml:identifier 0 (1)
name gml:name 0 unbounded
patches gml:patches (1) (1)
stopLines gml:stopLines 0 unbounded
breakLines gml:breakLines 0 unbounded
maxLength gml:maxLength (1) (1)
controlPoint gml:controlPoint (1) (1)
<xs:group> gml:StandardObjectProperties (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gml:id (Optional)
srsName gml:srsName (Optional)
srsDimension gml:srsDimension (Optional)
axisLabels gml:axisLabels (Optional)
uomLabels gml:uomLabels (Optional)
Collapse Derivation Tree:
Collapse References:
gml:Tin