<xs:complexType name="TokenParameterValueType">
<xs:annotation>
<xs:documentation>The TokenParameterValueType defines a token expression that represents the value of a token parameter of a QIF object with a QIF id (e.g., the InternalExternal of a circle feature). If the identified object does not have the given parameter, the result is undefined.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="TokenExpressionBaseType">
<xs:sequence>
<xs:element name="Parameter" type="xs:token">
<xs:annotation>
<xs:documentation>The Parameter element is the xpath starting from the object (e.g., a feature or characteristic) and ending in name of the token parameter whose value is to be obtained - for example, InternalExternal of a circle.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ObjectId" type="QIFReferenceFullType">
<xs:annotation>
<xs:documentation>The ObjectId element identifies the object from which the parameter value is to be extracted.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |