xdw v3 oasis

Element : CO (XML Type: CO )


Summary

Package : v3

XML Type : CO

Comments : Coded data, where the domain from which the codeset comes is ordered. The Coded Ordinal data type adds semantics related to ordering so that models that make use of such domains may introduce model elements that involve statements about the order of the terms in a domain.


Generalization

Parent : CV


Attributes

There are no specific attributes for this element.


Constraints

There are no specific rules for this element.


Schema declaration
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CO">
      
<xs:annotation>
         
<xs:documentation>
            Coded data, where the domain from which the codeset comes
            is ordered. The Coded Ordinal data type adds semantics
            related to ordering so that models that make use of such
            domains may introduce model elements that involve statements
            about the order of the terms in a domain. 
         
</xs:documentation>
      
</xs:annotation>
      
<xs:complexContent>
         
<xs:extension base="CV" />
      
</xs:complexContent>
   
</xs:complexType>