Definition Type: ComplexType
Name: Note
Namespace: http://rets.org/xsd/ServiceOrders/2007-08
Containing Schema: ServiceOrders.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Message in schema serviceorders_xsd Drilldown into SentTo in schema serviceorders_xsd Drilldown into SentFrom in schema serviceorders_xsd Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into status in schema serviceorders_xsd Drilldown into noteId in schema serviceorders_xsdXSD Diagram of Note in schema serviceorders_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Note">
    <xs:sequence>
        <xs:element name="SentFrom" type="commons:ContactablePerson" />
        <xs:element name="SentTo" type="commons:ContactablePerson" />
        <xs:element name="Message" type="con:Message" />
    </xs:sequence>
    <xs:attribute name="noteId" type="xs:string" use="required" />
    <xs:attribute name="status" type="xs:string" use="required" />
    <xs:attribute ref="commons:isgSecurityClass" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SentFrom svc:SentFrom (1) (1)
SentTo svc:SentTo (1) (1)
Message svc:Message (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
noteId svc:noteId Required
status svc:status Required
isgSecurityClass commons:isgSecurityClass Required
Collapse Derivation Tree:
Collapse References:
svc:Note