// // 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.transportation._1; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; import net.opengis.gml.AssociationType; /** * Denotes the relation of TransportationComplex to its parts, which are auxiliary traffic areas. The * TrafficAreaPropertyType element must either carry a reference to a TrafficArea object or contain a TrafficArea object * inline, but neither both nor none. * * <p>Java-Klasse für AuxiliaryTrafficAreaPropertyType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="AuxiliaryTrafficAreaPropertyType"> * <complexContent> * <restriction base="{http://www.opengis.net/gml}AssociationType"> * <sequence minOccurs="0"> * <element ref="{http://www.opengis.net/citygml/transportation/1.0}AuxiliaryTrafficArea"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AuxiliaryTrafficAreaPropertyType") public class AuxiliaryTrafficAreaPropertyType extends AssociationType { }