Documentation for CityGML

Simple Type: WrapModeType

[Table of contents]

Super-types: xs:string < WrapModeType (by restriction)
Sub-types: None
Name WrapModeType
Used by (from the same schema document) Complex Type AbstractTextureType
Content
  • Base XSD Type: string
  • value comes from list: {'none'|'wrap'|'mirror'|'clamp'|'border'}
Documentation Fill mode for a texture. "wrap" repeats the texture, "clamp" extends the edges of the texture, and "border" fills all undefined areas with "borderColor"
Diagram
Schema Component Representation
<xs:simpleType name="WrapModeType">
<xs:restriction base=" xs:string ">
<xs:enumeration value="none"/>
<xs:enumeration value="wrap"/>
<xs:enumeration value="mirror"/>
<xs:enumeration value="clamp"/>
<xs:enumeration value="border"/>
</xs:restriction>
</xs:simpleType>