element <qm:properties> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 element
Defined:
globally in qm.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<qm:properties>
   
Content: 
</qm:properties>
Content model elements (1):
Included in content model of elements (2):
Known Usage Locations
Annotation
[READ-ONLY] A set of properties associated with an execution script. It is applicable only for the remote script type.
XML Source (w/o annotations (5); see within schema source)
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<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>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 1/1)
qm:property
Type:
anonymous complexType, complex content
[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>

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