element <property> (local)
Namespace:
Type:
anonymous complexType (extension of xs:string)
Content:
simple, 3 attributes
Defined:
locally within properties element in tasks.xsd; see XML source
Includes:
definitions of 3 attributes
XML Representation Summary
<property
   
 = 
xs:string
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
{ xs:string }
</property>
Included in content model of elements (1):
properties
Annotation
[READ-ONLY] Data associated with the task.
Anonymous Type Detail
Type Derivation Tree
xs:string (extension)
  complexType
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 (all declarations; defined within this component only; 3/3)
propertyName
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set