Showing:

Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element diggs:PolygonPatchType / diggs:uncertainty
Namespace http://diggsml.org/schema-dev
Diagram
DiagramKernel_xsd_Element_diggs_Uncertainty.tmp#UncertaintyKernel_xsd_Complex_Type_diggs_UncertaintyPropertyType.tmp#UncertaintyPropertyType
Type diggs:UncertaintyPropertyType
Properties
content complex
minOccurs 0
Model
Children diggs:Uncertainty
Instance
<diggs:uncertainty xmlns:diggs="http://diggsml.org/schema-dev">
  <diggs:Uncertainty gml:id="" xml:lang="">{1,1}</diggs:Uncertainty>
</diggs:uncertainty>
Source
<element minOccurs="0" name="uncertainty" type="diggs:UncertaintyPropertyType"/>
Complex Type diggs:PolygonPatchType
Namespace http://diggsml.org/schema-dev
Diagram
Diagramgml3_2Profile_diggs_xsd_Complex_Type_gml_AbstractSurfacePatchType.tmp#AbstractSurfacePatchTypeKernel_xsd_Complex_Type_diggs_PolygonPatchType.tmp#PolygonPatchType_interpolationgml3_2Profile_diggs_xsd_Element_gml_exterior.tmp#exteriorgml3_2Profile_diggs_xsd_Element_gml_interior.tmp#interiorKernel_xsd_Complex_Type_diggs_PolygonPatchType.tmp#PolygonPatchType_uncertainty
Type extension of gml:AbstractSurfacePatchType
Type hierarchy
Used by
Model
Children diggs:uncertainty, gml:exterior, gml:interior
Attributes
QName Type Fixed Use
interpolation gml:SurfaceInterpolationType planar optional
Source
<complexType name="PolygonPatchType">
  <complexContent>
    <extension base="gml:AbstractSurfacePatchType">
      <sequence>
        <element minOccurs="0" ref="gml:exterior"/>
        <element maxOccurs="unbounded" minOccurs="0" ref="gml:interior"/>
        <element minOccurs="0" name="uncertainty" type="diggs:UncertaintyPropertyType"/>
      </sequence>
      <attribute fixed="planar" name="interpolation" type="gml:SurfaceInterpolationType"/>
    </extension>
  </complexContent>
</complexType>
Attribute diggs:PolygonPatchType / @interpolation
Namespace No namespace
Type gml:SurfaceInterpolationType
Properties
fixed planar
Facets
enumeration none
enumeration planar
enumeration spherical
enumeration elliptical
enumeration conic
enumeration tin
enumeration parametricCurve
enumeration polynomialSpline
enumeration rationalSpline
enumeration triangulatedSpline
Used by
Complex Type diggs:PolygonPatchType
Source
<attribute fixed="planar" name="interpolation" type="gml:SurfaceInterpolationType"/>