// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 generiert // Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 2016.08.10 um 09:13:50 PM CEST // package net.opengis.citygml.texturedsurface._1; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; import net.opengis.gml.AbstractGMLType; /** * Deprecated since CityGML version 0.4.0. Use the concepts of the CityGML Appearance module instead. This * abstract type is the parent type of MaterialType and SimpleTextureType. It is derived from gml:AbstractGMLType, thus it * inherits the attribute gml:id and may be referenced by an appearanceProperty, although it is defined elsewhere in another * appearanceProperty. * * <p>Java-Klasse für AbstractAppearanceType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="AbstractAppearanceType"> * <complexContent> * <extension base="{http://www.opengis.net/gml}AbstractGMLType"> * </extension> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AbstractAppearanceType") @XmlSeeAlso({ MaterialType.class, SimpleTextureType.class }) public abstract class AbstractAppearanceType extends AbstractGMLType { }