Definition Type: ComplexType
Name: MembersType
Namespace: http://rets.org/xsd/Members/2007-08
Containing Schema: Members.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Member in schema members_xsd Drilldown into versionTimestamp in schema members_xsd Drilldown into systemId in schema members_xsd Drilldown into lang in schema xml_xsdXSD Diagram of MembersType in schema members_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="MembersType">
    <xs:sequence>
        <xs:element ref="members:Member" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>100241</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attribute ref="xml:lang" use="optional">
        <xs:annotation>
            <xs:documentation>
					The preferred locale/language of this Member.

					The values are formed using the language tags
					defined in RFC 3066, using the lang code and
					country code from ISO 639 and ISO 3166
					http://www.loc.gov/standards/iso639-2/php/code_list.php
					http://www.iso.org/iso/en/prods-services/iso3166ma/index.html

					This form is <!-- <ISOLangCode>[-<ISOCountryCode>] -->
					(ignore the xml comment tags)

					Note that the separator is the dash '-' and
					not the underscore character.
					
					Valid values include en, en-US and other
					combinations of the code sets.

					If omitted, the lang values is assumed
					to be en.

					Further note that like the xml:lang
					attribute, this element should be treated
					as case-insensitive. That is, the values
					en-us, en-US, En-us and any other case
					combination should be treated as identical.
				</xs:documentation>
            <xs:appinfo>
                <retsid>100242</retsid>
                <example>en-US</example>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="systemId" type="commons:system-id" use="optional">
        <xs:annotation>
            <xs:documentation>
					An identifier of the system that this
					record of a member 'belongs' to when the 
					workflow or event involves more than
					one system.
				</xs:documentation>
            <xs:appinfo>
                <retsid>100243</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="versionTimestamp" type="xs:dateTime" use="required" fixed="2008-03-29T16:00:00Z">
        <xs:annotation>
            <xs:documentation>
					An identifier of the system that this
					record of a member 'belongs' to when the 
					workflow or event involves more than
					one system.
				</xs:documentation>
            <xs:appinfo>
                <retsid>100317</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Member members:Member 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang Optional
systemId members:systemId Optional
versionTimestamp members:versionTimestamp Required
Collapse Derivation Tree:
Collapse References:
members:Members