complexType "exp:PropertyDescriptorType"
Namespace:
Content:
complex, 32 elements
Defined:
globally in expTypes.xsd, see XML source
Includes:
definitions of 32 elements
Used:
XML Representation Summary
<...>
   
Content: 
exp:PropertyURI?, exp:OntologyURI?, exp:Name, exp:Description?, exp:Required?, exp:Hidden?, exp:ShownInInsertView?, exp:ShownInUpdateView?, exp:ShownInDetailsView?, exp:ShownInLookupView?, exp:RangeURI?, exp:ConceptURI?, exp:Label?, exp:SearchTerms?, exp:SemanticType?, exp:Format?, exp:URL?, exp:FK?, exp:ImportAliases?, exp:MvEnabled?, exp:DefaultType?, exp:DefaultValue?, exp:PropertyValidator*, exp:ConditionalFormats?, exp:Measure?, exp:Dimension?, exp:RecommendedVariable?, exp:Scale?, exp:PrincipalConceptCode?, exp:ontology?, exp:Scannable?, exp:DerivationDataScope?
</...>
Content Model Elements (32):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (see within schema source)
<xs:complexType name="PropertyDescriptorType">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="PropertyURI" type="string">
<xs:annotation>
<xs:documentation>
If not present, equivalent to enclosing Domain's DomainURI + "#" + Name
</xs:documentation>
</xs:annotation>
</xs:element>
<!-- deprecated - not used -->
<xs:element maxOccurs="1" minOccurs="0" name="OntologyURI" type="string"/>
<xs:element maxOccurs="1" minOccurs="1" name="Name" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="Description" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="Required" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="Hidden" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="ShownInInsertView" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="ShownInUpdateView" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="ShownInDetailsView" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="ShownInLookupView" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="RangeURI" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="ConceptURI" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="Label" type="string"/>
<!-- deprecated - not used -->
<xs:element maxOccurs="1" minOccurs="0" name="SearchTerms" type="string"/>
<!-- deprecated - not used -->
<xs:element maxOccurs="1" minOccurs="0" name="SemanticType" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="Format" type="string"/>
<xs:element maxOccurs="1" minOccurs="0" name="URL" type="string"/>
<xs:element minOccurs="0" name="FK">
<xs:annotation>
<xs:documentation>
A structure that describes a foreign key relationship between a column in the current table and a target column in another table.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="FolderPath" type="xs:string">
<xs:annotation>
<xs:documentation>
Absolute path to the folder containing the target table of the relationship. Example: /Home/support/lists.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Query" type="xs:string">
<xs:annotation>
<xs:documentation>
The name of the target table of the relationship, the "one" side of the many-to-one relationship.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Schema" type="xs:string">
<xs:annotation>
<xs:documentation>
The name of the schema in which the foreign key target is defined. If empty, the target ("one" side) table is assumed to exist in the same schema as the "many" side table.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="ImportAliases">
<xs:annotation>
<xs:documentation>
A collection of aliases by which this column may be named when importing from external files.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element name="ImportAlias" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="MvEnabled" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="DefaultType" type="exp:DefaultType"/>
<xs:element maxOccurs="1" minOccurs="0" name="DefaultValue" type="string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="PropertyValidator" type="exp:PropertyValidatorType"/>
<xs:element minOccurs="0" name="ConditionalFormats" type="dat:ConditionalFormatsType"/>
<xs:element maxOccurs="1" minOccurs="0" name="Measure" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="Dimension" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="RecommendedVariable" type="boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="Scale" type="xs:int">
<xs:annotation>
<xs:documentation>
The defined maximum or fixed length of the data values in this column.
Supported for SQL metadata (inferred from database if not specified).
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="PrincipalConceptCode" type="string">
<xs:annotation>
<xs:documentation>
Ontology concept code associated with this property descriptor.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="ontology">
<xs:annotation>
<xs:documentation>
This is a parent element for ontology related metadata. This includes the description of what this column "measures", as well as
additional information specific to concept-valued columns.
TODO: principalConceptCode is still a higher level attribute.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="concept" type="dat:ConceptType"/>
</xs:all>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="Scannable" type="boolean">
<xs:annotation>
<xs:documentation>
When true, field's values are included in Barcode searches.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element default="ParentOnly" maxOccurs="1" minOccurs="0" name="DerivationDataScope" type="dat:DerivationDataScopeTypes"/>
</xs:sequence>
</xs:complexType>
Content Element Detail
exp:ConceptURI
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ConceptURI" type="string"/>

exp:ConditionalFormats
Type:
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element minOccurs="0" name="ConditionalFormats" type="dat:ConditionalFormatsType"/>

exp:DefaultType
Type:
exp:DefaultType, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="DefaultType" type="exp:DefaultType"/>

exp:DefaultValue
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="DefaultValue" type="string"/>

exp:DerivationDataScope
Type:
Default:
"ParentOnly"
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element default="ParentOnly" maxOccurs="1" minOccurs="0" name="DerivationDataScope" type="dat:DerivationDataScopeTypes"/>

exp:Description
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Description" type="string"/>

exp:Dimension
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Dimension" type="boolean"/>

exp:FK
Type:
anonymous, complex content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
A structure that describes a foreign key relationship between a column in the current table and a target column in another table.
XML Source (see within schema source)
<xs:element minOccurs="0" name="FK">
<xs:annotation>
<xs:documentation>
A structure that describes a foreign key relationship between a column in the current table and a target column in another table.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="FolderPath" type="xs:string">
<xs:annotation>
<xs:documentation>
Absolute path to the folder containing the target table of the relationship. Example: /Home/support/lists.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Query" type="xs:string">
<xs:annotation>
<xs:documentation>
The name of the target table of the relationship, the "one" side of the many-to-one relationship.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Schema" type="xs:string">
<xs:annotation>
<xs:documentation>
The name of the schema in which the foreign key target is defined. If empty, the target ("one" side) table is assumed to exist in the same schema as the "many" side table.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>

exp:Format
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Format" type="string"/>

exp:Hidden
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Hidden" type="boolean"/>

exp:ImportAliases
Type:
anonymous, complex content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
A collection of aliases by which this column may be named when importing from external files.
XML Source (see within schema source)
<xs:element minOccurs="0" name="ImportAliases">
<xs:annotation>
<xs:documentation>
A collection of aliases by which this column may be named when importing from external files.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded" minOccurs="0">
<xs:element name="ImportAlias" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>

exp:Label
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Label" type="string"/>

exp:Measure
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Measure" type="boolean"/>

exp:MvEnabled
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="MvEnabled" type="boolean"/>

exp:Name
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="Name" type="string"/>

exp:ontology
Type:
anonymous, complex content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
This is a parent element for ontology related metadata. This includes the description of what this column "measures", as well as additional information specific to concept-valued columns. TODO: principalConceptCode is still a higher level attribute.
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ontology">
<xs:annotation>
<xs:documentation>
This is a parent element for ontology related metadata. This includes the description of what this column "measures", as well as
additional information specific to concept-valued columns.
TODO: principalConceptCode is still a higher level attribute.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="concept" type="dat:ConceptType"/>
</xs:all>
</xs:complexType>
</xs:element>

exp:OntologyURI
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="OntologyURI" type="string"/>

exp:PrincipalConceptCode
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
Ontology concept code associated with this property descriptor.
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="PrincipalConceptCode" type="string">
<xs:annotation>
<xs:documentation>
Ontology concept code associated with this property descriptor.
</xs:documentation>
</xs:annotation>
</xs:element>

exp:PropertyURI
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
If not present, equivalent to enclosing Domain's DomainURI + "#" + Name
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="PropertyURI" type="string">
<xs:annotation>
<xs:documentation>
If not present, equivalent to enclosing Domain's DomainURI + "#" + Name
</xs:documentation>
</xs:annotation>
</xs:element>

exp:PropertyValidator
Type:
exp:PropertyValidatorType, complex content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="PropertyValidator" type="exp:PropertyValidatorType"/>

exp:RangeURI
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="RangeURI" type="string"/>

exp:RecommendedVariable
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="RecommendedVariable" type="boolean"/>

exp:Required
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Required" type="boolean"/>

exp:Scale
Type:
xs:int, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
The defined maximum or fixed length of the data values in this column. Supported for SQL metadata (inferred from database if not specified).
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Scale" type="xs:int">
<xs:annotation>
<xs:documentation>
The defined maximum or fixed length of the data values in this column.
Supported for SQL metadata (inferred from database if not specified).
</xs:documentation>
</xs:annotation>
</xs:element>

exp:Scannable
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
When true, field's values are included in Barcode searches.
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="Scannable" type="boolean">
<xs:annotation>
<xs:documentation>
When true, field's values are included in Barcode searches.
</xs:documentation>
</xs:annotation>
</xs:element>

exp:SearchTerms
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="SearchTerms" type="string"/>

exp:SemanticType
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="SemanticType" type="string"/>

exp:ShownInDetailsView
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ShownInDetailsView" type="boolean"/>

exp:ShownInInsertView
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ShownInInsertView" type="boolean"/>

exp:ShownInLookupView
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ShownInLookupView" type="boolean"/>

exp:ShownInUpdateView
Type:
xs:boolean, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="ShownInUpdateView" type="boolean"/>

exp:URL
Type:
xs:string, predefined, simple content
Defined:
locally, within (this) exp:PropertyDescriptorType complexType
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="URL" type="string"/>

This XML schema documentation has been generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set.
DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-end XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support more than 300 template parameters (working the same as "options" of an ordinary doc-gen), which will give you an unprecedented control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To enable/disable documenting of the initial, imported, included and redefined XML schemas selectively.
  • To document local element components both globally and locally (similar to attributes).
  • To enable/disable reproducing of namespace prefixes.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in the form of a single HTML file.
  • To use the same template to generate the incredible quality RTF documentation.
  • To document only selected XML schema components specified by name.
  • To remove this very advertisement text
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML SDK and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for DocFlex/XML SDK will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note: By purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the result of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To buy a license, please follow this link: http://www.filigris.com/shop/