Showing:

Annotations
Diagrams
Source
Used by
Simple Type udt:PercentType
Namespace urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2
Annotations
<ccts:UniqueID>UDT0000016</ccts:UniqueID>
<ccts:CategoryCode>UDT</ccts:CategoryCode>
<ccts:VersionID>1.0</ccts:VersionID>
<ccts:DictionaryEntryName>Percent. Type</ccts:DictionaryEntryName>
<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>Percent</ccts:RepresentationTermName>
<ccts:PrimitiveType>string</ccts:PrimitiveType>
<xsd:BuiltinType>decimal</xsd:BuiltinType>
Diagram
Diagram
Type xsd:decimal
Used by
Source
<xsd:simpleType name="PercentType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en">
      <ccts:UniqueID>UDT0000016</ccts:UniqueID>
      <ccts:CategoryCode>UDT</ccts:CategoryCode>
      <ccts:VersionID>1.0</ccts:VersionID>
      <ccts:DictionaryEntryName>Percent. Type</ccts:DictionaryEntryName>
      <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>Percent</ccts:RepresentationTermName>
      <ccts:PrimitiveType>string</ccts:PrimitiveType>
      <xsd:BuiltinType>decimal</xsd:BuiltinType>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:decimal"/>
</xsd:simpleType>