element <mapBitmaskElement>
Namespace:
Type:
Content:
complex, 1 attribute, 1 element
Defined:
globally within component.xsd, see XML source
Used:
never
XML Representation Summary
<mapBitmaskElement
   
includedProperties
 = 
list of xsd:string
   
>
   
Content: 
</mapBitmaskElement>
May contain elements (1):
Annotation
Map a set of boolean properties to an expression in an array element.
Embedded Type Detail
Type Derivation Summary
  mappingBitmaskType (extension)
      complexType
XML Source
<xsd:element name="mapBitmaskElement" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>
Map a set of boolean properties to an expression in an array element.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingBitmaskType"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail
includedProperties
The list of properties included in the set. If undefined, all the
sibling properties (within a component or compound property) are included.
Every included property must be referenced in a mapBitmaskValue element,
or else the mapping is considered invalid, and an error reported.
Type:
Use:
optional
Defined:
locally, within mappingBitmaskType complexType
Content Element Detail
mapBitmaskValue
Type:
embedded, empty content
Defined:
by reference, within mappingBitmaskType complexType