The InputGlobal type is used to represent inputs that can reference external resources.
Java class for InputGlobal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputGlobal">
<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.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
|