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 an _BondarySurface to its openings (doors, windows). The OpeningPropertyType element must either carry a reference to an * _Opening object or contain an _Opening object inline, but neither both nor none. * * <p>Java-Klasse f�r OpeningPropertyType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="OpeningPropertyType"> * <complexContent> * <restriction base="{http://www.opengis.net/gml}AssociationType"> * <sequence minOccurs="0"> * <element ref="{http://www.citygml.org/ade/sub/0.9.0}_Opening"/> * </sequence> * </restriction> * </complexContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "OpeningPropertyType") public class OpeningPropertyType extends AssociationType { }