Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Imported schema basistypen.xsd
Annotations
Rev. 3.0.0, 2010-09-27, ENDA GmbH & Co. KG
Properties
attribute form default: unqualified
element form default: qualified
Complex Type rb:Int
Diagram
Diagram basistypen_xsd.tmp#id668
Type extension of xs:int
Source
<xs:complexType name="Int">
  <xs:simpleContent>
    <xs:extension base="xs:int">
      <xs:attributeGroup ref="rb:BaseAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:Bool
Diagram
Diagram basistypen_xsd.tmp#id668
Type extension of xs:boolean
Source
<xs:complexType name="Bool">
  <xs:simpleContent>
    <xs:extension base="xs:boolean">
      <xs:attributeGroup ref="rb:BaseAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:Float
Diagram
Diagram basistypen_xsd.tmp#id668
Type extension of xs:double
Source
<xs:complexType name="Float">
  <xs:simpleContent>
    <xs:extension base="xs:double">
      <xs:attributeGroup ref="rb:BaseAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:String
Diagram
Diagram basistypen_xsd.tmp#id668
Type extension of xs:string
Used by
Complex Types rb:Date, rb:ShortText, rb:Time
Source
<xs:complexType name="String">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attributeGroup ref="rb:BaseAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:ShortText
Diagram
Diagram basistypen_xsd.tmp#id668 basistypen_xsd.tmp#id671
Type restriction of rb:String
Type hierarchy
Source
<xs:complexType name="ShortText">
  <xs:simpleContent>
    <xs:restriction base="rb:String">
      <xs:maxLength value="255"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:Date
Diagram
Diagram basistypen_xsd.tmp#id668 basistypen_xsd.tmp#id671
Type restriction of rb:String
Type hierarchy
Source
<xs:complexType name="Date">
  <xs:simpleContent>
    <xs:restriction base="rb:String">
      <xs:pattern value="[0-9]{4}-[0-9]{2}-[0-9]{2}"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:Time
Diagram
Diagram basistypen_xsd.tmp#id668 basistypen_xsd.tmp#id671
Type restriction of rb:String
Type hierarchy
Source
<xs:complexType name="Time">
  <xs:simpleContent>
    <xs:restriction base="rb:String">
      <xs:pattern value="([0-9]{2}:[0-9]{2}|[0-9]{4}-[0-9]{2}-[0-9]{2}|[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}(:[0-9]{2}(\.[0-9]{3})?)?)"/>
    </xs:restriction>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:Blob
Diagram
Diagram basistypen_xsd.tmp#id676 basistypen_xsd.tmp#id668
Type extension of xs:base64Binary
Attributes
QName Type Fixed Default Use Annotation
fileName xs:string required
Source
<xs:complexType name="Blob">
  <xs:simpleContent>
    <xs:extension base="xs:base64Binary">
      <xs:attribute name="fileName" type="xs:string" use="required"/>
      <xs:attributeGroup ref="rb:BaseAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:InstanceReference
Diagram
Diagram
Type extension of xs:string
Source
<xs:complexType name="InstanceReference">
  <xs:simpleContent>
    <xs:extension base="xs:string"/>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:SubinstanceReference
Diagram
Diagram basistypen_xsd.tmp#id679 basistypen_xsd.tmp#id680 basistypen_xsd.tmp#id681 basistypen_xsd.tmp#id668
Type extension of xs:string
Attributes
QName Type Fixed Default Use Annotation
referenceInstanceID xs:string optional
referenceSubinstanceID xs:string optional
xpath xs:string optional
Source
<xs:complexType name="SubinstanceReference">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="referenceInstanceID" type="xs:string" use="optional"/>
      <xs:attribute name="referenceSubinstanceID" type="xs:string" use="optional"/>
      <xs:attribute name="xpath" type="xs:string" use="optional"/>
      <xs:attributeGroup ref="rb:BaseAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type rb:LargeList
Diagram
Diagram basistypen_xsd.tmp#id668
Properties
mixed: false
Model ANY element from ANY namespace
Source
<xs:complexType name="LargeList" mixed="false">
  <xs:sequence>
    <xs:any processContents="lax" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="rb:BaseAttributes"/>
</xs:complexType>
Attribute rb:InstanceAttributes / @ID
Type xs:string
Properties
use: required
Used by
Attribute Group rb:InstanceAttributes
Source
<xs:attribute name="ID" type="xs:string" use="required"/>
Attribute rb:InstanceAttributes / @Beschreibung
Type xs:string
Properties
use: optional
Used by
Attribute Group rb:InstanceAttributes
Source
<xs:attribute name="Beschreibung" type="xs:string" use="optional"/>
Attribute rb:Blob / @fileName
Type xs:string
Properties
use: required
Used by
Complex Type rb:Blob
Source
<xs:attribute name="fileName" type="xs:string" use="required"/>
Attribute rb:SubinstanceReference / @referenceInstanceID
Type xs:string
Properties
use: optional
Used by
Source
<xs:attribute name="referenceInstanceID" type="xs:string" use="optional"/>
Attribute rb:SubinstanceReference / @referenceSubinstanceID
Type xs:string
Properties
use: optional
Used by
Source
<xs:attribute name="referenceSubinstanceID" type="xs:string" use="optional"/>
Attribute rb:SubinstanceReference / @xpath
Type xs:string
Properties
use: optional
Used by
Source
<xs:attribute name="xpath" type="xs:string" use="optional"/>
Attribute Group rb:InstanceAttributes
Diagram
Diagram basistypen_xsd.tmp#id558 basistypen_xsd.tmp#id559
Used by
Attributes
QName Type Fixed Default Use Annotation
Beschreibung xs:string optional
ID xs:string required
Source
<xs:attributeGroup name="InstanceAttributes">
  <xs:attribute name="ID" type="xs:string" use="required"/>
  <xs:attribute name="Beschreibung" type="xs:string" use="optional"/>
</xs:attributeGroup>
Attribute Group rb:BaseAttributes
Diagram
Diagram
Used by
Source
<xs:attributeGroup name="BaseAttributes"/>