Definition Type: ComplexType
Name: Dependency
Namespace: http://rets.org/xsd/Activities/2007-08
Containing Schema: Activities.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema activities_xsd Drilldown into Id in schema activities_xsdXSD Diagram of Dependency in schema activities_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="Dependency">
    <xs:sequence>
        <!-- +++ PS
				+++ does the dependency need an associated resource to
				connect the id?
			-->
        <xs:element name="Id" type="xs:string" minOccurs="1">
            <xs:annotation>
                <xs:documentation>
						The internal identifier for the associated
						transaction or other action that this activity
						depends.
					</xs:documentation>
                <xs:appinfo>
						RA66722343332
					</xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="xs:string" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
						A description of the dependency.
					</xs:documentation>
                <xs:appinfo>
						Depends on the successful completion of the
						appraisal.
					</xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id act:Id 1 (1)
Description act:Description 0 (1)
Collapse Derivation Tree:
Collapse References:
act:Dependency