Namespace: |
|
Type: |
embedded complexType |
Content: |
empty, 2 attributes |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||
<mapBitmaskValue |
|||
properties | = |
list of xsd:string |
|
value | = |
xsd:string |
|
/> |
<xsd:element name="mapBitmaskValue"> <xsd:annotation> <xsd:documentation> Map a set of properties to a subexpression of the bitmask expression. If all the given properties are "true", the given value is OR'ed into the target expression. </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:annotation> <xsd:documentation> List of properties to consider. May be property paths. </xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation>Value to OR into the target expression.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |
Type: |
|
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="properties" type="listOfStrings" use="required"> <xsd:annotation> <xsd:documentation> List of properties to consider. May be property paths. </xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="value" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation>Value to OR into the target expression.</xsd:documentation> </xsd:annotation> </xsd:attribute> |