package ade.sub.jaxb; 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 a Tunnel to its external installations. The gml:AssociationType attribute group for enabling the use of refs is not repeated * in the restriction and thus omitted. The BuildingFurniture has to be given inline within this property, not by reference. * * <p>Java-Klasse f�r outerTunnelInstallationPropertyType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="outerTunnelInstallationPropertyType"> * <complexContent> * <restriction base="{http://www.opengis.net/gml}AssociationType"> * <sequence> * <element ref="{http://www.citygml.org/ade/sub/0.9.0}TunnelInstallation"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "outerTunnelInstallationPropertyType") public class OuterTunnelInstallationPropertyType extends AssociationType { }