Share this page
Description
Diagram
Overview
 |  | name requiredxs:stringThe property's name. |
 | value requiredxs:anySimpleTypeThe property's value. |
|
Attributes
Name | Type | Use | Default | Fixed | Description |
---|
name | xs:string | required | | | The property's name. |
value | xs:anySimpleType | required | | | The property's value. |
Source
<xs:element name="Property" minOccurs="0" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>A property.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The property's name.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="value" type="xs:anySimpleType" use="required">
<xs:annotation>
<xs:documentation>The property's value.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
See Also
Tips to improve your search results...
UFT One Testing ExtensibilityExtensibility ReferenceUFT One ReferenceAllView Local Help CenterView Online Help CenterbackGo back in browser historyforwardGo forward in browser historyRemove search highlightsnext topicGo to next topicprevious topicGo to previous topicPrint the current topicAll versions