element <qm:property> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 2 elements
Defined:
locally within qm:properties element in qm.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
XML Representation Summary
<qm:property
   
 = 
xs:string
   
>
   
Content: 
</qm:property>
Content model elements (2):
qm:value (type xs:string)
Included in content model of elements (1):
Annotation
[READ-ONLY] Property assocated with an execution script. It is applicable only for the remote script type.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="property">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="value" type="xs:string"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 1/1)
type
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] Type of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
qm:name
Type:
xs:string, predefined, simple content
[READ-ONLY] Name of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>

qm:value
Type:
xs:string, predefined, simple content
[READ-ONLY] Value of the property.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="value" type="xs:string"/>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set