Definition Type: Element
Name: MapPoint
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MapCoordinates in schema papinetcommondefsv2r40_xsd Drilldown into MapPointComment in schema papinetcommondefsv2r40_xsd Drilldown into MapPointName in schema papinetcommondefsv2r40_xsd Drilldown into MapPointType in schema papinetcommondefsv2r40_xsdXSD Diagram of MapPoint in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="MapPoint">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="MapPointName" />
            <xs:element ref="MapPointComment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="MapCoordinates" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="MapPointType" type="mapPointType" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MapPointName pn:MapPointName (1) (1)
MapPointComment pn:MapPointComment 0 unbounded
MapCoordinates pn:MapCoordinates (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
MapPointType pn:MapPointType (Optional)