Definition Type: Element
Name: MarkerColorantStatus
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: Subunits.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into MarkerColorantTonality Drilldown into MarkerColorantRole Drilldown into MarkerColorantName Drilldown into Id Drilldown into DescriptionXSD Diagram of MarkerColorantStatus
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="MarkerColorantStatus">
    <!-- MarkerColorantStatus - group -->
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Description" minOccurs="0" />
            <xs:element ref="Id" />
            <xs:element ref="MarkerColorantName" minOccurs="0" />
            <xs:element ref="MarkerColorantRole" minOccurs="0" />
            <xs:element ref="MarkerColorantTonality" 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
Description pwg:Description 0 (1)
Id pwg:Id (1) (1)
MarkerColorantName pwg:MarkerColorantName 0 (1)
MarkerColorantRole pwg:MarkerColorantRole 0 (1)
MarkerColorantTonality pwg:MarkerColorantTonality 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded