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