cct:NumericType

<ccts:UniqueID>UNDT000014</ccts:UniqueID>
<ccts:CategoryCode>CCT</ccts:CategoryCode>
<ccts:DictionaryEntryName>Numeric. Type</ccts:DictionaryEntryName>
<ccts:VersionID>1.0</ccts:VersionID>
<ccts:Definition>Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.</ccts:Definition>
<ccts:RepresentationTermName>Numeric</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
format xsd:string optional
<ccts:UniqueID>UNDT000014-SC2</ccts:UniqueID>
<ccts:CategoryCode>SC</ccts:CategoryCode>
<ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
<ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
<ccts:ObjectClass>Numeric</ccts:ObjectClass>
<ccts:PropertyTermName>Format</ccts:PropertyTermName>
<ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>

Used By

Source

<xsd:complexType name="NumericType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <ccts:UniqueID>UNDT000014</ccts:UniqueID>
      <ccts:CategoryCode>CCT</ccts:CategoryCode>
      <ccts:DictionaryEntryName>Numeric. Type</ccts:DictionaryEntryName>
      <ccts:VersionID>1.0</ccts:VersionID>
      <ccts:Definition>Numeric information that is assigned or is determined by calculation, counting, or sequencing. It does not require a unit of quantity or unit of measure.</ccts:Definition>
      <ccts:RepresentationTermName>Numeric</ccts:RepresentationTermName>
      <ccts:PrimitiveType>string</ccts:PrimitiveType>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="xsd:decimal">
      <xsd:attribute name="format" type="xsd:string" use="optional">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">
            <ccts:UniqueID>UNDT000014-SC2</ccts:UniqueID>
            <ccts:CategoryCode>SC</ccts:CategoryCode>
            <ccts:DictionaryEntryName>Numeric. Format. Text</ccts:DictionaryEntryName>
            <ccts:Definition>Whether the number is an integer, decimal, real number or percentage.</ccts:Definition>
            <ccts:ObjectClass>Numeric</ccts:ObjectClass>
            <ccts:PropertyTermName>Format</ccts:PropertyTermName>
            <ccts:RepresentationTermName>Text</ccts:RepresentationTermName>
            <ccts:PrimitiveType>string</ccts:PrimitiveType>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:attribute>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>