element <mapFixedMember>
Namespace:
Type:
embedded (extension of mappingFixedType)
Content:
empty, 3 attributes
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<mapFixedMember
   
member
 = 
xsd:string
   
suppressDefault
 = 
xsd:boolean : "true"
   
value
 = 
xsd:string
/>
May be included in elements (4):
Known Usage Locations
Annotation
Map a fixed value to an RSS member.
Embedded Type Detail
Type Derivation Summary
  mappingFixedType (extension)
      complexType
XML Source
<xsd:element name="mapFixedMember" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>Map a fixed value to an RSS member.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingFixedType">
<xsd:attribute name="member" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The struct member.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute default="true" name="suppressDefault" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
If true, do not emit the member initializer if the property matches the default
specified in the STRUCT. If may be useful to set this to false if the
default changes between SDK releases (to avoid branching components).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail
member
The struct member.
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="member" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The struct member.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

suppressDefault
If true, do not emit the member initializer if the property matches the default
specified in the STRUCT. If may be useful to set this to false if the
default changes between SDK releases (to avoid branching components).
Type:
xsd:boolean
Use:
optional
Default:
"true"
Defined:
locally, within this element
XML Source
<xsd:attribute default="true" name="suppressDefault" type="xsd:boolean" use="optional">
<xsd:annotation>
<xsd:documentation>
If true, do not emit the member initializer if the property matches the default
specified in the STRUCT. If may be useful to set this to false if the
default changes between SDK releases (to avoid branching components).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

value
The literal string to emit into RSS.
Type:
xsd:string
Use:
required
Defined:
locally, within mappingFixedType complexType