Definition Type: ComplexType
Name: BranchType
Namespace: http://rets.org/xsd/NRDSCommons/2007-08
Type: nrds:BranchTypeList
Containing Schema: NRDSCommons.xsd
Abstract
Documentation:
Defines a branch type for an office from an enumerated list, BranchTypeList.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsdXSD Diagram of BranchType in schema nrdscommons_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="BranchType">
    <xs:annotation>
        <xs:documentation>
				Defines a branch type for an office from an enumerated
				list, BranchTypeList.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="nrds:BranchTypeList">
            <xs:attribute ref="commons:isgSecurityClass" use="required" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
Collapse Derivation Tree: