Definition Type: Element
Name: RoadCharacteristics
Namespace: http://www.papinet.org/v2r40
Containing Schema: papiNetCommonDefsV2R40.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RoadBearingCapacity in schema papinetcommondefsv2r40_xsd Drilldown into RoadAvailability in schema papinetcommondefsv2r40_xsd Drilldown into RoadClassification in schema papinetcommondefsv2r40_xsd Drilldown into RoadNumber in schema papinetcommondefsv2r40_xsd Drilldown into RoadName in schema papinetcommondefsv2r40_xsd Drilldown into RoadPassingPossibility in schema papinetcommondefsv2r40_xsd Drilldown into RoadTurningPointType in schema papinetcommondefsv2r40_xsd Drilldown into RoadTurningPossibilityType in schema papinetcommondefsv2r40_xsd Drilldown into RoadAccessibilityType in schema papinetcommondefsv2r40_xsd Drilldown into RoadKeeperType in schema papinetcommondefsv2r40_xsd Drilldown into RoadOwnerType in schema papinetcommondefsv2r40_xsdXSD Diagram of RoadCharacteristics in schema papinetcommondefsv2r40_xsd (papiNet - e-business standard for the paper and forest industry)
Collapse XSD Schema Code:
<xs:element name="RoadCharacteristics">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="RoadName" minOccurs="0" />
            <xs:element ref="RoadNumber" minOccurs="0" />
            <xs:element ref="RoadClassification" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="RoadAvailability" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="RoadBearingCapacity" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="RoadOwnerType" type="roadOwnerType" />
        <xs:attribute name="RoadKeeperType" type="roadKeeperType" />
        <xs:attribute name="RoadAccessibilityType">
            <xs:simpleType>
                <xs:restriction base="roadAccessibilityType" />
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="RoadTurningPossibilityType" type="roadTurningPossibilityType" />
        <xs:attribute name="RoadTurningPointType" type="roadTurningPointType" />
        <xs:attribute name="RoadPassingPossibility" type="yesNo" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RoadName pn:RoadName 0 (1)
RoadNumber pn:RoadNumber 0 (1)
RoadClassification pn:RoadClassification 0 unbounded
RoadAvailability pn:RoadAvailability 0 unbounded
RoadBearingCapacity pn:RoadBearingCapacity 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
RoadOwnerType pn:RoadOwnerType (Optional)
RoadKeeperType pn:RoadKeeperType (Optional)
RoadAccessibilityType pn:RoadAccessibilityType (Optional)
RoadTurningPossibilityType pn:RoadTurningPossibilityType (Optional)
RoadTurningPointType pn:RoadTurningPointType (Optional)
RoadPassingPossibility pn:RoadPassingPossibility (Optional)