Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:areaDrawPropertiesType / tps:FloodColor
Namespace tps
Annotations
The color used to fill this area
Diagram
Type tps:colorType
Properties
content simple
minOccurs 0
default 000000
Facets
minLength 3
maxLength 3
Source
<xs:element minOccurs="0" name="FloodColor" type="tps:colorType" default="000000">
  <xs:annotation>
    <xs:documentation>The color used to fill this area</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:areaDrawPropertiesType / tps:FloodColorByLayer
Namespace tps
Annotations
Represents whether the color is taken from the layer
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="FloodColorByLayer" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the color is taken from the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:areaDrawPropertiesType / tps:FillStyle
Namespace tps
Annotations
The fill style (can be none, solid, grid, checkered, horizontal lines or vertical lines)
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
default none
Facets
enumeration none
enumeration solid
enumeration grid
enumeration checkered
enumeration horz_lines
enumeration vert_lines
Source
<xs:element minOccurs="0" name="FillStyle" default="none">
  <xs:annotation>
    <xs:documentation>The fill style (can be none, solid, grid, checkered, horizontal lines or vertical lines)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="none"/>
      <xs:enumeration value="solid"/>
      <xs:enumeration value="grid"/>
      <xs:enumeration value="checkered"/>
      <xs:enumeration value="horz_lines"/>
      <xs:enumeration value="vert_lines"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element tps:areaDrawPropertiesType / tps:FillStyleByLayer
Namespace tps
Annotations
Represents whether the fill style is taken from the layer
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="FillStyleByLayer" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the fill style is taken from the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:areaDrawPropertiesType / tps:FillTransparency
Namespace tps
Annotations
The fill transparency of the area
Diagram
Type xs:short
Properties
content simple
minOccurs 0
default 0
Source
<xs:element minOccurs="0" name="FillTransparency" type="xs:short" default="0">
  <xs:annotation>
    <xs:documentation>The fill transparency of the area</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:areaDrawPropertiesType / tps:FillTransparencyByLayer
Namespace tps
Annotations
Represents whether the fill transparency is taken from the layer
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="FillTransparencyByLayer" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the fill transparency is taken from the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:areaDrawPropertiesType / tps:Texture
Namespace tps
Annotations
An optional reference to a texture
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element minOccurs="0" name="Texture">
  <xs:annotation>
    <xs:documentation>An optional reference to a texture</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Element tps:areaDrawPropertiesType / tps:FloodColorUndefined
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="FloodColorUndefined" type="xs:boolean"/>
Element tps:areaDrawPropertiesType / tps:FillStyleUndefined
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="FillStyleUndefined" type="xs:boolean"/>
Element tps:areaDrawPropertiesType / tps:FillTransparencyUndefined
Namespace tps
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<xs:element default="false" minOccurs="0" name="FillTransparencyUndefined" type="xs:boolean"/>
Complex Type tps:areaDrawPropertiesType
Namespace tps
Annotations
Represents the properties used to draw areas
Diagram
Used by
Model
tps:FloodColor{0,1} , tps:FloodColorByLayer{0,1} , tps:FillStyle{0,1} , tps:FillStyleByLayer{0,1} , tps:FillTransparency{0,1} , tps:FillTransparencyByLayer{0,1} , tps:Texture{0,1} , tps:FloodColorUndefined{0,1} , tps:FillStyleUndefined{0,1} , tps:FillTransparencyUndefined{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:FillStyle, tps:FillStyleByLayer, tps:FillStyleUndefined, tps:FillTransparency, tps:FillTransparencyByLayer, tps:FillTransparencyUndefined, tps:FloodColor, tps:FloodColorByLayer, tps:FloodColorUndefined, tps:Texture
Source
<xs:complexType name="areaDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw areas</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="FloodColor" type="tps:colorType" default="000000">
      <xs:annotation>
        <xs:documentation>The color used to fill this area</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="FloodColorByLayer" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the color is taken from the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="FillStyle" default="none">
      <xs:annotation>
        <xs:documentation>The fill style (can be none, solid, grid, checkered, horizontal lines or vertical lines)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="none"/>
          <xs:enumeration value="solid"/>
          <xs:enumeration value="grid"/>
          <xs:enumeration value="checkered"/>
          <xs:enumeration value="horz_lines"/>
          <xs:enumeration value="vert_lines"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="FillStyleByLayer" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the fill style is taken from the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="FillTransparency" type="xs:short" default="0">
      <xs:annotation>
        <xs:documentation>The fill transparency of the area</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="FillTransparencyByLayer" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the fill transparency is taken from the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Texture">
      <xs:annotation>
        <xs:documentation>An optional reference to a texture</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="idRef" type="xs:IDREF"/>
      </xs:complexType>
    </xs:element>
    <xs:element default="false" minOccurs="0" name="FloodColorUndefined" type="xs:boolean"/>
    <xs:element default="false" minOccurs="0" name="FillStyleUndefined" type="xs:boolean"/>
    <xs:element default="false" minOccurs="0" name="FillTransparencyUndefined" type="xs:boolean"/>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>
Attribute tps:areaDrawPropertiesType / tps:Texture / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>