element <mapEnum>
Namespace:
Type:
embedded complexType
Content:
empty, 2 attributes
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<mapEnum
   
enumerator
 = 
xsd:string
   
value
 = 
xsd:string
/>
May be included in elements (3):
Known Usage Locations
Annotation
This defines the mapping of one particular property value to one
particular RSS value.
XML Source
<xsd:element name="mapEnum">
<xsd:annotation>
<xsd:documentation>
This defines the mapping of one particular property value to one
particular RSS value.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The property value.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="enumerator" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The RSS enumerator.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail
enumerator
The RSS enumerator.
Type:
xsd:string
Use:
required
Defined:
locally, within this element
XML Source
<xsd:attribute name="enumerator" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The RSS enumerator.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

value
The property value.
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>The property value.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>