Documentation for CityGML

Element: Material

[Table of contents]

  • This element can be used wherever the following element is referenced:
Name Material
Type MaterialType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<Material
gml:id="[0..1]">
<gml:metaDataProperty> ... </gml:metaDataProperty> [0..*]
<gml:description> ... </gml:description> [0..1]
<gml:name> ... </gml:name> [0..*]

'Multiple names may be provided. These will often be distinguished by being assigned by different authorities, as indicated by the value of the codeSpace attribute. In an instance document there will usually only be one name per authority.'

<shininess> doubleBetween0and1 </shininess> [0..1]
<transparency> doubleBetween0and1 </transparency> [0..1]
<ambientIntensity> doubleBetween0and1 </ambientIntensity> [0..1]
<specularColor> Color </specularColor> [0..1]
<diffuseColor> Color </diffuseColor> [0..1]
<emissiveColor> Color </emissiveColor> [0..1]
</Material>
Diagram
h-2116759200
Schema Component Representation
<xs:element name="Material" type=" MaterialType " substitutionGroup="_Appearance"/>