Definition Type: ComplexType
Name: TeamsType
Namespace: http://rets.org/xsd/Teams/2007-08
Containing Schema: Teams.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Team in schema teams_xsd Drilldown into versionTimestamp in schema teams_xsd Drilldown into systemId in schema teams_xsd Drilldown into lang in schema xml_xsdXSD Diagram of TeamsType in schema teams_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="TeamsType">
    <xs:annotation>
        <xs:appinfo>
            <retsid>100383</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:sequence>
        <xs:element ref="teams:Team" minOccurs="0" maxOccurs="unbounded">
        </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>100379</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 team 'belongs' to when the 
					workflow or event involves more than
					one system.
				</xs:documentation>
            <xs:appinfo>
                <retsid>100380</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="versionTimestamp" type="xs:dateTime" use="required" fixed="2007-10-08T16:27:23Z">
        <xs:annotation>
            <xs:documentation>
					The version timestamp.
				</xs:documentation>
            <xs:appinfo>
                <retsid>100381</retsid>
            </xs:appinfo>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Team teams:Team 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang Optional
systemId teams:systemId Optional
versionTimestamp teams:versionTimestamp Required
Collapse Derivation Tree:
Collapse References:
teams:Teams