complexType "mappingSimpleType"
Namespace:
Content:
empty
Defined:
globally within component.xsd, see XML source
Used:
<.../>
Known Usage Locations
Annotation
Base for mapping simple types (integers, floats, strings, booleans).
Type Definition Detail
Type Derivation Summary
  mappingSimpleType (extension)
XML Source
<xsd:complexType name="mappingSimpleType">
<xsd:annotation>
<xsd:documentation>
Base for mapping simple types (integers, floats, strings, booleans).
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="twoWayMappingType"/>
</xsd:complexContent>
</xsd:complexType>