2.2.147.47 inputScope

The inputScope element MUST be ignored.

Parent Elements

inputScopes

Child Elements

words

Attributes:

caption: This attribute MUST be ignored.

expression: This attribute MUST be ignored.

name: This attribute MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="inputScope">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf2:words" maxOccurs="unbounded" minOccurs="0"/>
     </xsd:sequence>
     <xsd:attribute name="name" type="xsd:string" use="required"/>
     <xsd:attribute name="caption" type="xsf:xdTitle" use="optional"/>
     <xsd:attribute name="expression" type="xsd:string" use="optional"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>