element <mapFixedElement>
Namespace:
Type:
embedded (extension of mappingFixedType)
Content:
empty, 1 attribute
Defined:
globally within component.xsd, see XML source
Used:
never
XML Representation Summary
<mapFixedElement
   
value
 = 
xsd:string
/>
Annotation
Map a fixed value to an array element.
Embedded Type Detail
Type Derivation Summary
  mappingFixedType (extension)
      complexType
XML Source
<xsd:element name="mapFixedElement" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>Map a fixed value to an array element.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingFixedType"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail
value
The literal string to emit into RSS.
Type:
xsd:string
Use:
required
Defined:
locally, within mappingFixedType complexType