Namespace: |
|
Type: |
embedded complexType |
Content: |
empty, 2 attributes |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 1 location |
XML Representation Summary |
|||
<mapEnum |
|||
enumerator | = |
xsd:string |
|
value | = |
xsd:string |
|
/> |
<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:annotation> <xsd:documentation>The property value.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:annotation> <xsd:documentation>The RSS enumerator.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> </xsd:element> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="enumerator" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation>The RSS enumerator.</xsd:documentation> </xsd:annotation> </xsd:attribute> |
Type: |
xsd:string |
Use: |
required |
Defined: |
locally, within this element |
<xsd:attribute name="value" type="xsd:string" use="required"> <xsd:annotation> <xsd:documentation>The property value.</xsd:documentation> </xsd:annotation> </xsd:attribute> |