Namespace: |
|
Content: |
empty, 9 attributes |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||
<... |
|||
category | = |
xsd:string |
|
descriptionKey | = |
xsd:string |
|
displayName | = |
xsd:string |
|
editorClass | = |
xsd:string |
|
helpKey | = |
xsd:string |
|
name | = |
xsd:string |
|
readOnly | = |
xsd:boolean : "false" |
|
resettable | = |
xsd:boolean : "true" |
|
type | = |
xsd:string |
|
/> |
Type Derivation Summary![]() |
<xsd:complexType name="arrayPropertyType"> <xsd:annotation> <xsd:documentation> A concrete property type that is a dynamic array of property values. All values are of the same type, which can be either a simple or compound property type. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:annotation> <xsd:documentation> The element type. It must be either a propertyDataType value, such as "integer" or "localizedString", or the fully qualified name of a compound property type. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
Type: |
xsd:string |
Use: |
optional |
Defined: |
Type: |
xsd:string |
Use: |
optional |
Defined: |
Type: |
xsd:string |
Use: |
optional |
Defined: |
Type: |
xsd:string |
Use: |
optional |
Defined: |
Type: |
xsd:string |
Use: |
required |
Defined: |
Type: |
xsd:boolean |
Use: |
optional |
Default: |
"false" |
Defined: |
Type: |
xsd:boolean |
Use: |
optional |
Default: |
"true" |
Defined: |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this complexType |
<xsd:attribute name="type" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation> The element type. It must be either a propertyDataType value, such as "integer" or "localizedString", or the fully qualified name of a compound property type. </xsd:documentation> </xsd:annotation> </xsd:attribute> |