element <buyProperty> (global)
Namespace:
Type:
anonymous complexType (extension of baseGoal)
Content:
complex, 2 attributes, 8 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<buyProperty
   
 = 
xs:string
 = 
xs:string
   
>
   
Content: 
</buyProperty>
Content model elements (7):
name (type xs:string),
property (type xs:string),
Included in content model of elements (1):
Known Usage Locations
Anonymous Type Detail
Type Derivation Tree
BaseDetailItem (extension)
  baseGoal (extension)
      complexType
Annotation
Buy Property Goal
XML Source (w/o annotations (1); see within schema source)
<xs:element name="buyProperty">
<xs:complexType>
<xs:complexContent>
<xs:extension base="baseGoal">
<xs:sequence>
<xs:element name="property" type="xs:string"/>
<xs:element name="propertyType" type="assetType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 2/8)
property
Type:
xs:string, predefined, simple content
XML Source (see within schema source)
<xs:element name="property" type="xs:string"/>

propertyType
Type:
assetType, simple content
Simple Content
enumeration of xs:string
Enumeration:
"PRIMARY_RESIDENCE", "VACATION_HOME", "RENTAL_PROPERTY", "VEHICLE", "RECREATION_VEHICLE", "BOAT", "JEWELRY", "COLLECTIONS", "BUSINESS", "FARMER_OR_FISHING", "OTHER"
XML Source (see within schema source)
<xs:element name="propertyType" type="assetType"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set