Composant: DataType

Type de données "Simple Type"

Namespace http://schemas.google.com/dspl/2010
Annotations Types de données compatibles avec les valeurs de données atomiques.
Diagramme Diagramme
Type restriction de xs:string
Facets
énumération chaîne
énumération float
énumération integer
énumération booléen
énumération date
énumération concept
Utilisé par
Attributs Attribut/type/@ref, Concept/type/@ref, ConceptProperty/type/@ref, Table/colonne/@type, ValuesGroup/@type
Source
<xs:simpleType name="DataType">
  <xs:annotation>
    <xs:documentation>Data types supported for atomic data values.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="string"/>
    <xs:enumeration value="float"/>
    <xs:enumeration value="integer"/>
    <xs:enumeration value="boolean"/>
    <xs:enumeration value="date"/>
    <xs:enumeration value="concept"/>
  </xs:restriction>
</xs:simpleType>

Créé à l'aide de l'éditeur XML OXygen