Namespace: |
|
Type: |
embedded complexType |
Content: |
empty, 4 attributes |
Defined: |
locally at 1 location |
XML Representation Summary |
|||
<propertyOverride |
|||
category | = |
xsd:string |
|
default | = |
xsd:string |
|
name | = |
xsd:string |
|
readOnly | = |
xsd:boolean |
|
/> |
<xsd:element maxOccurs="unbounded" minOccurs="0" name="propertyOverride"> <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> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="category" type="xsd:string"> <xsd:annotation> <xsd:documentation> Override of the property category. See the description in <abstractPropertyType> </xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
xsd:string |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="default" type="xsd:string"> <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> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="name" type="xsd:string" use="required"> <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> |
Type: |
xsd:boolean |
Use: |
optional |
Defined: |
locally, within this element |
<xsd:attribute name="readOnly" type="xsd:boolean"> <xsd:annotation> <xsd:documentation> Override of the readOnly state. See the description in <abstractPropertyType> </xsd:documentation> </xsd:annotation> </xsd:attribute> |