The InputLocalOffset type is used to represent indexed inputs that can only reference resources declared in the same document.
Java class for InputLocalOffset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputLocalOffset">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="offset" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
<attribute name="semantic" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="set" type="{http://www.collada.org/2005/11/COLLADASchema}uint" />
<attribute name="source" use="required" type="{http://www.collada.org/2005/11/COLLADASchema}URIFragmentType" />
</restriction>
</complexContent>
</complexType>
|