2.2.4.4 tns:Property Complex Type
The Property complex type specifies a managed delegation property as a name/value pair.
-
<xs:complexType name="Property"> <xs:sequence> <xs:element name="Name" type="s:string" maxOccurs="1" minOccurs="0" /> <xs:element name="Value" type="s:string" maxOccurs="1" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the Property complex type.
Element name |
Type |
Description |
---|---|---|
Name |
s:string ([XMLSCHEMA2]) |
Specifies the name of the property. |
Value |
s:string |
Specifies the value of the property expressed as a string. |