element <property>
Namespace:
Type:
anonymous (extension of xs:string)
Content:
simple, 3 attributes
Defined:
locally within element properties in tasks.xsd, see XML source
Includes:
definitions of 3 attributes
XML Representation Summary
<property
    propertyName
 = 
xs:string
    propertyType
 = 
xs:string
    propertyValue
 = 
xs:string
    >
   
Content: 
{ xs:string }
</property>
Included in content model of elements (1):
Annotation
Data associated with the task.
Anonymous Type Detail
Type Derivation Tree
xs:string
  complexType (extension)
Derivation:
extension of xs:string
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="propertyName" type="xs:string"/>
<xs:attribute name="propertyType" type="xs:string"/>
<xs:attribute name="propertyValue" type="xs:string" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 3/3)
propertyName
Type:
xs:string, predefined
Use:
optional
The name of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="propertyName" type="xs:string"/>

propertyType
Type:
xs:string, predefined
Use:
optional
The data type of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="propertyType" type="xs:string"/>

propertyValue
Type:
xs:string, predefined
Use:
optional
The value of the porperty.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="propertyValue" type="xs:string" use="optional"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set