// // 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.gml; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * Specification of the way an image grid is associated with the image data attributes. * * <p>Java-Klasse für PixelInCellType complex type. * * <p>Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * * <pre> * <complexType name="PixelInCellType"> * <simpleContent> * <restriction base="<http://www.opengis.net/gml>CodeType"> * <attribute name="codeSpace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> * </restriction> * </simpleContent> * </complexType> * </pre> * * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "PixelInCellType") public class PixelInCellType extends CodeType { }