Element: ConceptTableMapping / mapConcept
Namespace | http://schemas.google.com/dspl/2010 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Annotations | A mapping to the id of the table column that contains the values of the concept. This mapping may be omitted if the table column that contains the concept values has the same id as the concept id. | ||||||||||||
Diagram | |||||||||||||
Properties |
|
||||||||||||
Attributes |
|
||||||||||||
Source |
<xs:element name="mapConcept" minOccurs="0"> <xs:annotation> <xs:documentation>A mapping to the id of the table column that contains the values of the concept. This mapping may be omitted if the table column that contains the concept values has the same id as the concept id.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="toColumn" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped table column.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
Element: ConceptTableMapping / mapProperty
Namespace | http://schemas.google.com/dspl/2010 | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Annotations | A mapping to the id of the table column that contains the values of a property of the concept. This mapping may be omitted if the table column that contains the concept property values has the property id as its id. A single property can be mapped to multiple table columns (one per language) by specifying different values for the language attribute. | ||||||||||||||||||||||||
Diagram | |||||||||||||||||||||||||
Properties |
|
||||||||||||||||||||||||
Attributes |
|
||||||||||||||||||||||||
Source |
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A mapping to the id of the table column that contains the values of a property of the concept. This mapping may be omitted if the table column that contains the concept property values has the property id as its id. A single property can be mapped to multiple table columns (one per language) by specifying different values for the language attribute.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="ref" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped concept property.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="toColumn" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped table column.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute ref="xml:lang" use="optional"> <xs:annotation> <xs:documentation>The language/locale of the values in the mapped column. See [BCP 47] for possible values of the xml:lang attribute.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |
Complex Type: ConceptTableMapping
Namespace | http://schemas.google.com/dspl/2010 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Annotations | A mapping to a table that provides data for a concept. | ||||||||||||
Diagram | |||||||||||||
Used by |
|
||||||||||||
Model | mapConcept{0,1} , mapProperty* | ||||||||||||
Children | mapConcept, mapProperty | ||||||||||||
Attributes |
|
||||||||||||
Source |
<xs:complexType name="ConceptTableMapping"> <xs:annotation> <xs:documentation>A mapping to a table that provides data for a concept.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="mapConcept" minOccurs="0"> <xs:annotation> <xs:documentation>A mapping to the id of the table column that contains the values of the concept. This mapping may be omitted if the table column that contains the concept values has the same id as the concept id.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="toColumn" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped table column.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> <xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>A mapping to the id of the table column that contains the values of a property of the concept. This mapping may be omitted if the table column that contains the concept property values has the property id as its id. A single property can be mapped to multiple table columns (one per language) by specifying different values for the language attribute.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="ref" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped concept property.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="toColumn" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped table column.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute ref="xml:lang" use="optional"> <xs:annotation> <xs:documentation>The language/locale of the values in the mapped column. See [BCP 47] for possible values of the xml:lang attribute.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="ref" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the table that contains data for the concept.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
Attribute: ConceptTableMapping / mapConcept / @toColumn
Namespace | No namespace | |||
---|---|---|---|---|
Annotations | The id of the mapped table column. | |||
Type | LocalId | |||
Properties |
|
|||
Facets |
|
|||
Used by |
|
|||
Source |
<xs:attribute name="toColumn" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped table column.</xs:documentation> </xs:annotation> </xs:attribute> |
Attribute: ConceptTableMapping / mapProperty / @ref
Namespace | No namespace | |||
---|---|---|---|---|
Annotations | The id of the mapped concept property. | |||
Type | LocalId | |||
Properties |
|
|||
Facets |
|
|||
Used by |
|
|||
Source |
<xs:attribute name="ref" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped concept property.</xs:documentation> </xs:annotation> </xs:attribute> |
Attribute: ConceptTableMapping / mapProperty / @toColumn
Namespace | No namespace | |||
---|---|---|---|---|
Annotations | The id of the mapped table column. | |||
Type | LocalId | |||
Properties |
|
|||
Facets |
|
|||
Used by |
|
|||
Source |
<xs:attribute name="toColumn" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the mapped table column.</xs:documentation> </xs:annotation> </xs:attribute> |
Attribute: ConceptTableMapping / @ref
Namespace | No namespace | |||
---|---|---|---|---|
Annotations | The id of the table that contains data for the concept. | |||
Type | LocalId | |||
Properties |
|
|||
Facets |
|
|||
Used by |
|
|||
Source |
<xs:attribute name="ref" type="LocalId" use="required"> <xs:annotation> <xs:documentation>The id of the table that contains data for the concept.</xs:documentation> </xs:annotation> </xs:attribute> |
Created using the oXygen XML Editor.