Namespace: |
|
Type: |
embedded complexType |
Content: |
complex, 4 attributes, 1 element |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||||
<propertyOverrides |
|||||
category | = |
xsd:string |
|||
default | = |
xsd:string |
|||
name | = |
xsd:string |
|||
readOnly | = |
xsd:boolean |
|||
> |
|||||
|
|||||
</propertyOverrides> |
<xsd:element name="propertyOverrides"> <xsd:annotation> <xsd:documentation> A list of property overrides defined for this component. Components also inherit the property overrides of their base components, with changes applied by the most derived component taking precedence. Property overrides allow certain characteristics of a property to be modified, such as changing a modifiable property to read-only. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <xsd:complexType> <xsd:annotation> <xsd:documentation> The internal name for the property being overriden. It is legal for this to reference a name that does not exist. This allows overrides of extension properties, which are only conditionaly defined. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Override of the property category. See the description in <abstractPropertyType> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Override of the readOnly state. See the description in <abstractPropertyType> </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation> Override of the default value. Default values can only be overriden on properties supporting default values, i.e simple properties, enums, and compound properties. See the description in <abstractPropertyType> for more information. </xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
Type: |
xsd:string |
Use: |
optional |
Defined: |
Type: |
xsd:string |
Use: |
required |
Defined: |
Type: |
xsd:boolean |
Use: |
optional |
Defined: |
Type: |
embedded, empty content |
Defined: |
locally, within this element |