Documentation for fieldgml

Simple Type: AttributeScaleType

[Table of contents]

Super-types: xs:string < AttributeScaleType (by restriction)
Sub-types: None
Name AttributeScaleType
Used by (from the same schema document) Complex Type AttributeType
Content
  • Base XSD Type: string
  • value comes from list: {'Continuous'|'Discrete'}
Diagram
Schema Component Representation
<xs:simpleType name="AttributeScaleType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="Continuous"/>
<xs:enumeration value="Discrete"/>
</xs:restriction>
</xs:simpleType>