policyInformation Data Type

Schema
ns0.xsd
Available Since
1.4-M3
Properties
name data type type namespace min/max occurs description
defaultOption string element 0/1  
id string element 0/1  
name string element 0/1  
options string element 0/unbounded  

Example

<policyInformation>
  <options>...</options>
  <defaultOption>...</defaultOption>
  <id>...</id>
  <name>...</name>
</policyInformation>