Definition Type: ComplexType
Name: URL
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureURI
Containing Schema: Primitives.xsd
Abstract
Documentation:
Text field containing a uniform resource locator, which is an internet address conisisting of the access protocol, the domain name, and optionally the path of a file or resource residing on the server. An example is http://www.example.com
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureURI in schema primitives_xsd Drilldown into internalURLIndicator in schema primitives_xsdXSD Diagram of URL in schema primitives_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="URL">
    <xs:annotation>
        <xs:documentation>
				Text field containing a uniform resource locator, which is
				an internet address conisisting of the access protocol, the domain
				name, and optionally the path of a file or resource residing on the server.
				An example is http://www.example.com
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureURI">
            <xs:attribute ref="commons:internalURLIndicator" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
internalURLIndicator commons:internalURLIndicator (Optional)
Collapse Derivation Tree:
Collapse References:
commons:DisclosureDocumentsURL, ddetail:documentLocation, dlist:documentLocation, doc:DocumentLocation, events:URL, ref:URL, commons:URL