Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element sdc4:InvlType / invl-int
Namespace No namespace
Diagram
Diagram
Type xs:integer
Properties
content simple
nillable true
Source
<xs:element name="invl-int" type="xs:integer" nillable="true"/>
Element sdc4:InvlType / invl-decimal
Namespace No namespace
Diagram
Diagram
Type xs:decimal
Properties
content simple
nillable true
Source
<xs:element name="invl-decimal" type="xs:decimal" nillable="true"/>
Element sdc4:InvlType / invl-float
Namespace No namespace
Diagram
Diagram
Type xs:float
Properties
content simple
nillable true
Source
<xs:element name="invl-float" type="xs:float" nillable="true"/>
Element sdc4:InvlType / invl-double
Namespace No namespace
Diagram
Diagram
Type xs:double
Properties
content simple
nillable true
Source
<xs:element name="invl-double" type="xs:double" nillable="true"/>
Element sdc4:InvlType / invl-date
Namespace No namespace
Diagram
Diagram
Type xs:date
Properties
content simple
nillable true
Source
<xs:element name="invl-date" type="xs:date" nillable="true"/>
Element sdc4:InvlType / invl-time
Namespace No namespace
Diagram
Diagram
Type xs:time
Properties
content simple
nillable true
Source
<xs:element name="invl-time" type="xs:time" nillable="true"/>
Element sdc4:InvlType / invl-dateTime
Namespace No namespace
Diagram
Diagram
Type xs:dateTime
Properties
content simple
nillable true
Source
<xs:element name="invl-dateTime" type="xs:dateTime" nillable="true"/>
Element sdc4:InvlType / invl-duration
Namespace No namespace
Diagram
Diagram
Type xs:duration
Properties
content simple
nillable true
Source
<xs:element name="invl-duration" type="xs:duration" nillable="true"/>
Complex Type sdc4:InvlType
Namespace https://semanticdatacharter.com/ns/sdc4/
Annotations
Defines the set of permissible, comparable datatypes that can be used as the boundary for an interval. In a Data Model, this type is constrained to a single choice (e.g., only 'invl-decimal').
Diagram
Diagramsdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-intsdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-decimalsdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-floatsdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-doublesdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-datesdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-timesdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-dateTimesdc4_xsd_Complex_Type_sdc4_InvlType.tmp#InvlType_invl-duration
Used by
Model
Children invl-date, invl-dateTime, invl-decimal, invl-double, invl-duration, invl-float, invl-int, invl-time
Source
<xs:complexType name="InvlType">
  <xs:annotation>
    <xs:documentation xml:lang="en-us">Defines the set of permissible, comparable datatypes that can be used as the boundary for an interval. In a Data Model, this type is constrained to a single choice (e.g., only 'invl-decimal').</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="invl-int" type="xs:integer" nillable="true"/>
    <xs:element name="invl-decimal" type="xs:decimal" nillable="true"/>
    <xs:element name="invl-float" type="xs:float" nillable="true"/>
    <xs:element name="invl-double" type="xs:double" nillable="true"/>
    <xs:element name="invl-date" type="xs:date" nillable="true"/>
    <xs:element name="invl-time" type="xs:time" nillable="true"/>
    <xs:element name="invl-dateTime" type="xs:dateTime" nillable="true"/>
    <xs:element name="invl-duration" type="xs:duration" nillable="true"/>
  </xs:choice>
</xs:complexType>