complexType "mappingIdentifierType"
Namespace:
Content:
empty
Defined:
globally within component.xsd, see XML source
Used:
<.../>
Known Usage Locations
Annotation
Base for mapping property values to RSS identifiers (rather than
strings, for instance, as mappingSimpleType would do).
Type Definition Detail
Type Derivation Summary
  mappingIdentifierType (extension)
XML Source
<xsd:complexType name="mappingIdentifierType">
<xsd:annotation>
<xsd:documentation>
Base for mapping property values to RSS identifiers (rather than
strings, for instance, as mappingSimpleType would do).
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="twoWayMappingType"/>
</xsd:complexContent>
</xsd:complexType>