Definition Type: Element
Name: Origin
Namespace: http://www.iredes.org/xml/DrillRig
Type: IR:IRtextShort
Containing Schema: DrillRig.xsd
MinOccurs 0
MaxOccurs (1)
Abstract False
ContentType Restriction
Documentation:
The origin of the information. Office, genrated on the machine or modified on the machine.
Collapse XSD Schema Diagram:
XSD Diagram of Origin
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="Origin" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The origin of the information. Office, genrated on the machine or modified on the machine.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="IR:IRtextShort">
            <xsd:enumeration value="Office" />
            <xsd:enumeration value="Machine" />
            <xsd:enumeration value="MachineModified" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Derivation Tree: