01: //
02: // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.0 in JDK 1.6
03: // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
04: // Any modifications to this file will be lost upon recompilation of the source schema.
05: // Generated on: 2007.03.17 at 08:38:02 AM PDT
06: //
07:
08: package org.collada.colladaschema;
09:
10: import javax.xml.bind.annotation.XmlAccessType;
11: import javax.xml.bind.annotation.XmlAccessorType;
12: import javax.xml.bind.annotation.XmlType;
13:
14: /**
15: * <p>Java class for cg_sampler2D complex type.
16: *
17: * <p>The following schema fragment specifies the expected content contained within this class.
18: *
19: * <pre>
20: * <complexType name="cg_sampler2D">
21: * <complexContent>
22: * <extension base="{http://www.collada.org/2005/11/COLLADASchema}fx_sampler2D_common">
23: * </extension>
24: * </complexContent>
25: * </complexType>
26: * </pre>
27: *
28: *
29: */
30: @XmlAccessorType(XmlAccessType.FIELD)
31: @XmlType(name="cg_sampler2D")
32: public class CgSampler2D extends FxSampler2DCommon {
33:
34: }
|