Namespace: |
|
Content: |
empty, 10 attributes |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||
<... |
|||
| category | = |
xsd:string |
|
| default | = |
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 compoundPropertyType (extension) |
| <xsd:complexType name="compoundPropertyType"> <xsd:annotation> <xsd:documentation>Concrete type used for structured properties.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:annotation> <xsd:documentation> The fully qualified name of the compound property type declaration. It can be any type accessible from the current or any other component definitions. See compoundPropertyDeclaration for further information. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> An optional default value for the property. The compoundPropertyDeclaration must have a converterType specified for this default value to be used. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
categoryType: |
xsd:string |
Use: |
optional |
Defined: |
defaultType: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this complexType |
| <xsd:attribute name="default" type="xsd:string"> <xsd:annotation> <xsd:documentation> An optional default value for the property. The compoundPropertyDeclaration must have a converterType specified for this default value to be used. </xsd:documentation> </xsd:annotation> </xsd:attribute> |
descriptionKeyType: |
xsd:string |
Use: |
optional |
Defined: |
displayNameType: |
xsd:string |
Use: |
optional |
Defined: |
editorClassType: |
xsd:string |
Use: |
optional |
Defined: |
helpKeyType: |
xsd:string |
Use: |
optional |
Defined: |
nameType: |
xsd:string |
Use: |
required |
Defined: |
readOnlyType: |
xsd:boolean |
Use: |
optional |
Default: |
"false" |
Defined: |
resettableType: |
xsd:boolean |
Use: |
optional |
Default: |
"true" |
Defined: |
typeType: |
xsd:string |
Use: |
required |
Defined: |
locally, within this complexType |
| <xsd:attribute name="type" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation> The fully qualified name of the compound property type declaration. It can be any type accessible from the current or any other component definitions. See compoundPropertyDeclaration for further information. </xsd:documentation> </xsd:annotation> </xsd:attribute> |