Definition Type: Element
Name: MarkerSupplyDescription
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MarkerSupplyMaxCapacityBasis Drilldown into MarkerSupplyMaxCapacity Drilldown into MarkerSupplyCurrentLevelBasis Drilldown into MarkerSupplyCurrentLevelXSD Diagram of MarkerSupplyDescription
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="MarkerSupplyDescription">
    <!-- MarkerSupplyDescription - group -->
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="MarkerSupplyCurrentLevel" minOccurs="0" />
            <xs:element ref="MarkerSupplyCurrentLevelBasis" minOccurs="0" />
            <xs:element ref="MarkerSupplyMaxCapacity" minOccurs="0" />
            <xs:element ref="MarkerSupplyMaxCapacityBasis" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MarkerSupplyCurrentLevel pwg:MarkerSupplyCurrentLevel 0 (1)
MarkerSupplyCurrentLevelBasis pwg:MarkerSupplyCurrentLevelBasis 0 (1)
MarkerSupplyMaxCapacity pwg:MarkerSupplyMaxCapacity 0 (1)
MarkerSupplyMaxCapacityBasis pwg:MarkerSupplyMaxCapacityBasis 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded