complexType "mappingFixedType"
Namespace:
Content:
empty, 1 attribute
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<...
   
value
 = 
xsd:string
/>
Known Usage Locations
Annotation
Base for mapping a fixed value to RSS.
Type Definition Detail
Type Derivation Summary
  mappingFixedType (extension)
XML Source
<xsd:complexType name="mappingFixedType">
<xsd:annotation>
<xsd:documentation>Base for mapping a fixed value to RSS.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="twoWayMappingType">
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The literal string to emit into RSS.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail
value
The literal string to emit into RSS.
Type:
xsd:string
Use:
required
Defined:
locally, within this complexType
XML Source
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>The literal string to emit into RSS.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>