urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType propertyValue

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}propertyValue (restriction)

Documentation
                Properties are name/value pairs objects.
            
Properties
This component is not nillable.

Model
<...>
(name?, value?, propagate? )
</...>


Nested Element Summary
propertyNamename
          
booleanpropagate
          
stringvalue
          
Source
<xs:complexType name="propertyValue">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="name" type="propertyName"/>
<xs:element maxOccurs="1" minOccurs="0" name="value" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="propagate" type="boolean"/>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.