Definition Type: ComplexType
Name: ServiceOrder
Namespace: http://rets.org/xsd/ServiceOrders/2007-08
Containing Schema: ServiceOrders.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into NotesToOrderer in schema serviceorders_xsd Drilldown into NotesToVendor in schema serviceorders_xsd Drilldown into Answer in schema serviceorders_xsd Drilldown into Question in schema serviceorders_xsd Drilldown into Vendor in schema serviceorders_xsd Drilldown into ServiceProviders in schema serviceorders_xsd Drilldown into RequestedBy in schema serviceorders_xsd Drilldown into LastUpdatedDateTime in schema serviceorders_xsd Drilldown into CompletionDueDateTime in schema serviceorders_xsd Drilldown into AcceptanceDueDateTime in schema serviceorders_xsd Drilldown into RequestedDateTime in schema serviceorders_xsd Drilldown into Comments in schema serviceorders_xsd Drilldown into Description in schema serviceorders_xsd Drilldown into type in schema serviceorders_xsd Drilldown into systemId in schema serviceorders_xsd Drilldown into statusOtherDescription in schema serviceorders_xsd Drilldown into status in schema serviceorders_xsdXSD Diagram of ServiceOrder in schema serviceorders_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="ServiceOrder">
    <xs:sequence>
        <xs:element name="Description" type="svc:Description" minOccurs="0" />
        <xs:element name="Comments" type="svc:Comments" minOccurs="0" />
        <xs:element name="RequestedDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="AcceptanceDueDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="CompletionDueDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="LastUpdatedDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="RequestedBy" type="svc:RequestedBy" minOccurs="0" />
        <xs:element name="ServiceProviders" type="svc:ServiceProviders" minOccurs="0" />
        <xs:element name="Vendor" type="svc:Vendor" minOccurs="0" />
        <xs:element name="Question" type="svc:Question" minOccurs="0" />
        <xs:element name="Answer" type="svc:Question" minOccurs="0" />
        <xs:element name="NotesToVendor" type="svc:Notes" minOccurs="0" />
        <xs:element name="NotesToOrderer" type="svc:Notes" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute name="status" type="xs:NMTOKEN" use="required" />
    <xs:attribute name="statusOtherDescription" type="xs:NMTOKEN" />
    <xs:attribute name="systemId" type="commons:system-id" use="required" />
    <xs:attribute name="type" type="xs:string" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description svc:Description 0 (1)
Comments svc:Comments 0 (1)
RequestedDateTime svc:RequestedDateTime 0 (1)
AcceptanceDueDateTime svc:AcceptanceDueDateTime 0 (1)
CompletionDueDateTime svc:CompletionDueDateTime 0 (1)
LastUpdatedDateTime svc:LastUpdatedDateTime 0 (1)
RequestedBy svc:RequestedBy 0 (1)
ServiceProviders svc:ServiceProviders 0 (1)
Vendor svc:Vendor 0 (1)
Question svc:Question 0 (1)
Answer svc:Answer 0 (1)
NotesToVendor svc:NotesToVendor 0 (1)
NotesToOrderer svc:NotesToOrderer 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
status svc:status Required
statusOtherDescription svc:statusOtherDescription (Optional)
systemId svc:systemId Required
type svc:type Required
Collapse Derivation Tree:
Collapse References:
svc:ServiceOrder