element <mapArrayType>
Namespace:
Type:
embedded (extension of mappingArrayType)
Content:
complex, 1 attribute, 2 elements
Defined:
globally within component.xsd, see XML source
Used:
XML Representation Summary
<mapArrayType
   
typeId
 = 
xsd:string
   
>
   
Content: 
</mapArrayType>
May contain elements (2):
May be included in elements (1):
Known Usage Locations
Annotation
Map a property or child list to an array in RSS.
Embedded Type Detail
Type Derivation Summary
  mappingArrayType (extension)
      complexType
XML Source
<xsd:element name="mapArrayType" substitutionGroup="twoWayMapping">
<xsd:annotation>
<xsd:documentation>Map a property or child list to an array in RSS.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="mappingArrayType">
<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>
Content Element Detail
select
Type:
embedded, complex content
Defined:
by reference, within mappingArrayType complexType

twoWayMapping
This is restricted to mapXXXElement, mapElementFromType, or mapIntoProperty, but we can't represent this in XSD.
Type:
twoWayMappingType, empty content
Defined:
by reference, within mappingArrayType complexType