Definition Type: ComplexType
Name: OtherEnumerationDescriptionString
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Primitives.xsd
Abstract
Documentation:
This type is to be used within enumerations requiring the presence of an attribute descriptor. This attribute is called otherDescription and should only be used in the case of the enum having the value of "Other". There is no elegant way to tie the value "Other" and the attribute otherDescription. In order to use this common type, make the enum a complexType and extend the base type of commons:OtherEnumerationDescriptionString. Ensure the value of "Other" appears in the enumerated list of values.
Collapse XSD Schema Diagram:
Drilldown into otherDescription in schema primitives_xsdXSD Diagram of OtherEnumerationDescriptionString in schema primitives_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="OtherEnumerationDescriptionString">
    <xs:annotation>
        <xs:documentation>
				This type is to be used within enumerations requiring
				the presence of an attribute descriptor. This
				attribute is called otherDescription and should only
				be used in the case of the enum having the value of
				"Other". There is no elegant way to tie the value
				"Other" and the attribute otherDescription. 

				In order to use this common type, make the enum a
				complexType and extend the base type of
				commons:OtherEnumerationDescriptionString. Ensure
				the value of "Other" appears in the enumerated
				list of values.
			</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="otherDescription" use="optional" type="xs:string" />
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
otherDescription commons:otherDescription Optional
Collapse Derivation Tree:
Collapse References:
commons:AddressCategoryEnum, commons:ApplianceEnum, commons:ArchitecturalStyleEnum, commons:BasementCategoryEnum, crecord:ChangeTypeEnum, commons:CommunicationsEnum, commons:ContingencyDescriptionEnum, commons:CoolingSystemEnum, commons:DisclosureEnum, commons:EmailTypeEnum, commons:EntryEnum, commons:ExistingStructureCategoryEnum, media:ExpressionEnum, commons:ExteriorFinishEnum, commons:FenceConditionEnum, commons:FenceCoverageEnum, commons:FenceMaterialEnum, commons:FirePlaceFuelEnum, commons:FlooringMaterialEnum, commons:FoundationConstructionEnum, commons:FuelEnum, commons:GateFeatureEnum, commons:HeatingSystemEnum, commons:InsulatorEnum, commons:LicenseCategoryEnum, list:ListingAgreementEnum, commons:LotLocationEnum, commons:MeteringEnum, members:MLSMemberStatusEnum, commons:MortgageClassificationEnum, commons:MortgageRankEnum, commons:OccupancyStateEnum, commons:ParkingEnum, commons:ParticipantRoleEnum, commons:PhoneCategoryEnum, commons:PhoneTypeEnum, commons:PoolAmenitiesEnum, commons:PoolConstructionEnum, commons:PoolStyleEnum, commons:PoolTreatmentEnum, commons:PossessionEnum, commons:PropertyConditionEnum, commons:PropertySubTypeEnum, commons:PropertyTypeEnum, media:RestrictionCategoryEnum, media:RestrictionRelationshipEnum, commons:RoofMaterialEnum, commons:RoofStyleEnum, commons:RoomCategoryEnum, media:ScaleEnum, commons:SchoolTypeEnumlist:ServiceLevelEnum, commons:SewerEnum, commons:SkirtingEnum, commons:SpaceStateEnum, commons:SprinklerSystemEnum, commons:SurfaceEnum, commons:TeamRoleEnum, commons:TopographyEnum, commons:UtilityEnum, commons:ViewEnum, commons:WallMaterialEnum, commons:WaterFeatureCategoryEnum, commons:WaterHeatingSystemEnum, commons:WaterSourceEnum, commons:WindowEnum, commons:YardFeatureEnum, commons:YardLayoutEnum,