Showing:

Annotations
Diagrams
Source
Used by
Simple Type BasicIdOrOid
Namespace No namespace
Annotations
Either a string or an oid in order to identify the object
Diagram
DiagramDECOR-datatypes_xsd_Simple_Type_BasicId.tmp#BasicIdDECOR-datatypes_xsd_Simple_Type_Oid.tmp#Oid
Type union of(BasicId, Oid)
Used by
Source
<xs:simpleType name="BasicIdOrOid">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Either a string or an oid in order to identify the object</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="BasicId Oid"/>
</xs:simpleType>