Komponente: DataType

Einfacher Datentyp

Namespace http://schemas.google.com/dspl/2010
Annotationen Für atomische Datenwerte unterstützte Datentypen
Diagramm Diagramm
Typ Einschränkung von xs:string
Attribute
Aufzählung String
Aufzählung float
Aufzählung integer
Aufzählung boolean
Aufzählung date
Aufzählung Konzept
Verwendet von
Attribute Attribute/type/@ref, Concept/type/@ref, ConceptProperty/type/@ref, Tabelle/Spalte/@type, ValuesGroup/@type
Quelle
<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>

Erstellt mit dem oXygen-XML-Editor.