Definition Type: Element
Name: ScreenInfo
Namespace: http://www.iredes.org/xml/DrillRig
Containing Schema: DRbaseClasses.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
Documentation:
Info on screen if screen is to be installed
Collapse XSD Schema Diagram:
Drilldown into ScreenSize Drilldown into ScreenTypeXSD Diagram of ScreenInfo
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="ScreenInfo" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Info on screen if screen is to be installed</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ScreenType" type="IR:IRtext" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Screen (mesh) type: Wire thickness, mesh size</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ScreenSize" type="IR:IRtext" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Screen (mesh) size, area to cover</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScreenType DR:ScreenType 0 (1)
ScreenSize DR:ScreenSize 0 (1)