element <mapBitmaskValue>
Namespace:
Type:
embedded complexType
Content:
empty, 2 attributes
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<mapBitmaskValue
   
properties
 = 
list of xsd:string
   
value
 = 
xsd:string
/>
May be included in elements (3):
Known Usage Locations
Annotation
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.
XML Source
<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: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>
<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>
</xsd:complexType>
</xsd:element>
Attribute Detail
properties
List of properties to consider. May be property paths.
Type:
Use:
required
Defined:
locally, within this element
XML Source
<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>

value
Value to OR into the target expression.
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<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>