element <mapSimpleType>
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<mapSimpleType
   
typeId
 = 
xsd:string
/>
May be included in elements (1):
Known Usage Locations
Annotation
Map a simple value.
Embedded Type Detail
Type Derivation Summary
  mappingSimpleType (extension)
      complexType
XML Source
<xsd:element name="mapSimpleType" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>Map a simple value.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingSimpleType">
<xsd:attribute name="typeId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Identifies the id for this particular kind of type mapping.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail
typeId
Identifies the id for this particular kind of type mapping.
Type:
xsd:string
Use:
optional
Defined:
locally, within this element
XML Source
<xsd:attribute name="typeId" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>
Identifies the id for this particular kind of type mapping.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>