Namespace: |
|
Content: |
complex, 2 elements |
Defined: |
globally within component.xsd, see XML source |
Used: |
at 2 locations |
XML Representation Summary |
|||||
<...> |
|||||
|
|||||
</...> |
mapArrayMember (as extension base), |
mapArrayType (as extension base) |
Type Derivation Summary![]() |
<xsd:complexType name="mappingArrayType"> <xsd:annotation> <xsd:documentation> Base for mapping arrays from sequence properties or component instance children. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:sequence> <xsd:choice maxOccurs="1" minOccurs="0"> <xsd:annotation> <xsd:documentation> This is restricted to mapXXXElement, mapElementFromType, or mapIntoProperty, but we can't represent this in XSD. </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Type: |
twoWayMappingType, empty content |
Defined: |
by reference, within this complexType |
<xsd:element ref="twoWayMapping"> <xsd:annotation> <xsd:documentation> This is restricted to mapXXXElement, mapElementFromType, or mapIntoProperty, but we can't represent this in XSD. </xsd:documentation> </xsd:annotation> </xsd:element> |