Last modified by Elena on 2025/09/10 11:19

From version 3.8
edited by Helena
on 2025/07/02 16:08
Change comment: There is no comment for this version
To version 3.7
edited by Helena
on 2025/07/02 16:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -660,24 +660,24 @@
660 660  
661 661  === 3.3.9 Representation with Complex Text Format ===
662 662  
663 -A [[representation>>doc:sdmx:Glossary.Representation.WebHome]] which defines a complex text format will result in a complex type. The [[representation>>doc:sdmx:Glossary.Representation.WebHome]] is complex if any of the following conditions are true:
663 +A representation which defines a complex text format will result in a complex type. The representation is complex if any of the following conditions are true:
664 664  
665 -* [[representation>>doc:sdmx:Glossary.Representation.WebHome]] max occurs is greater than 1
665 +* representation max occurs is greater than 1
666 666  * text format data type is XHMTL
667 667  * text format is multi-lingual
668 668  
669 669  The resulting complex type will be derived via restriction of the common:ValueType. In simple cases, there are pre-defined types that can be used:
670 670  
671 -* if the text format data type is XHTML, common:StructuredTextValueType can be used; note that this type cannot be further restricted – all other [[facets>>doc:sdmx:Glossary.Facet.WebHome]] are ignored
672 -* if the text format is multi-lingual, common:TextValueType can be used; note that this type cannot be further restricted – all other [[facets>>doc:sdmx:Glossary.Facet.WebHome]] are ignored
673 -* if the text format has no additional [[facets>>doc:sdmx:Glossary.Facet.WebHome]] and the data type is:
674 -** Boolean, common:BooleanValueType can be used
675 -** String, common:StringValueType can be used
676 -** Integer, common:IntValueType can be used
677 -** Double, common:DoubleValueType can be used
678 -** ObservationalTimePeriod, common:ObservationalTimePeriodValueType can be used
671 +* if the text format data type is XHTML, common:StructuredTextValueType can be used; note that this type cannot be further restricted – all other facets are ignored
672 +* if the text format is multi-lingual, common:TextValueType can be used; note that this type cannot be further restricted – all other facets are ignored
673 +* if the text format has no additional facets and the data type is:
674 + + Boolean, common:BooleanValueType can be used
675 + + String, common:StringValueType can be used
676 + + Integer, common:IntValueType can be used
677 + + Double, common:DoubleValueType can be used
678 + + ObservationalTimePeriod, common:ObservationalTimePeriodValueType can be used
679 679  
680 -If a pre-defined type cannot be used, one will have to be created. The complex type must define a simple content restriction of the common:ValueType. The restriction should define an anonymous simple type based on the text format data type and [[facets>>doc:sdmx:Glossary.Facet.WebHome]] as described in the previous section.
680 +If a pre-defined type cannot be used, one will have to be created. The complex type must define a simple content restriction of the common:ValueType. The restriction should define an anonymous simple type based on the text format data type and facets as described in the previous section.
681 681  
682 682  === 3.3.10 Type Names ===
683 683