element <mapBitmaskType>
Namespace:
Type:
Content:
complex, 2 attributes, 1 element
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<mapBitmaskType
   
includedProperties
 = 
list of xsd:string
   
typeId
 = 
xsd:string
   
>
   
Content: 
</mapBitmaskType>
May contain elements (1):
May be included in elements (1):
Known Usage Locations
Annotation
Map a set of boolean properties to a bitmask expression in RSS.
Embedded Type Detail
Type Derivation Summary
  mappingBitmaskType (extension)
      complexType
XML Source
<xsd:element name="mapBitmaskType" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>
Map a set of boolean properties to a bitmask expression in RSS.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingBitmaskType">
<xsd:attribute name="typeId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Identifies the id for this particular kind of type mapping.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</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

typeId
Identifies the id for this particular kind of type mapping.
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="typeId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Identifies the id for this particular kind of type mapping.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail
mapBitmaskValue
Type:
embedded, empty content
Defined:
by reference, within mappingBitmaskType complexType