Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Included schema paket.xsd
Namespace http://bar.admin.ch/arelda/v4
Properties
attribute form default: unqualified
element form default: qualified
Simple Type paketTyp
Namespace http://bar.admin.ch/arelda/v4
Annotations
Klassierung des Pakets.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration SIP
enumeration AIP
enumeration DIP
Used by
Element paket/paketTyp
Source
<xs:simpleType name="paketTyp">
  <xs:annotation>
    <xs:documentation>Klassierung des Pakets.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="SIP"/>
    <xs:enumeration value="AIP"/>
    <xs:enumeration value="DIP"/>
  </xs:restriction>
</xs:simpleType>
Simple Type schemaVersion
Namespace http://bar.admin.ch/arelda/v4
Annotations
Angabe, mit welcher XSD-Version das Paket erstellt wurde.
Diagram
Diagram arelda0.tmp#id25
Type text1
Type hierarchy
Facets
maxLength 100
Used by
Source
<xs:simpleType name="schemaVersion">
  <xs:annotation>
    <xs:documentation>Angabe, mit welcher XSD-Version das Paket erstellt wurde.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="text1"/>
</xs:simpleType>
Simple Type globaleAIPId
Namespace http://bar.admin.ch/arelda/v4
Annotations
Über die Gesamtheit der AIP eindeutige ID. Wird im AIS verzeichnet.
Diagram
Diagram arelda0.tmp#id25
Type text1
Type hierarchy
Facets
maxLength 100
Used by
Source
<xs:simpleType name="globaleAIPId">
  <xs:annotation>
    <xs:documentation>Über die Gesamtheit der AIP eindeutige ID. Wird im AIS verzeichnet.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="text1"/>
</xs:simpleType>
Simple Type lokaleAIPId
Namespace http://bar.admin.ch/arelda/v4
Annotations
Über die Gesamtheit der AIP eindeutige ID im Zusammenhang mit Paketmigrationen. Entsteht zum ersten Mal, wenn ein AIP migriert wird. Wird nicht im AIS verzeichnet.
Diagram
Diagram arelda0.tmp#id25
Type text1
Type hierarchy
Facets
maxLength 100
Used by
Source
<xs:simpleType name="lokaleAIPId">
  <xs:annotation>
    <xs:documentation>Über die Gesamtheit der AIP eindeutige ID im Zusammenhang mit Paketmigrationen. Entsteht zum ersten Mal, wenn ein AIP migriert wird. Wird nicht im AIS verzeichnet.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="text1"/>
</xs:simpleType>
Simple Type fruehereLokaleAIPId
Namespace http://bar.admin.ch/arelda/v4
Annotations
Zeigt auf das "Vater-AIP" zurück, also dasjenige AIP, aus welchem das vorliegende hervorgegangen ist.
Diagram
Diagram arelda0.tmp#id25
Type text1
Type hierarchy
Facets
maxLength 100
Used by
Source
<xs:simpleType name="fruehereLokaleAIPId">
  <xs:annotation>
    <xs:documentation>Zeigt auf das "Vater-AIP" zurück, also dasjenige AIP, aus welchem das vorliegende hervorgegangen ist.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="text1"/>
</xs:simpleType>
Simple Type nameSIP
Namespace http://bar.admin.ch/arelda/v4
Annotations
Name des SIP zum Zeitpunkt der Ablieferung.
Diagram
Diagram arelda0.tmp#id25
Type restriction of text1
Type hierarchy
Facets
maxLength 100
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}
Used by
Source
<xs:simpleType name="nameSIP">
  <xs:annotation>
    <xs:documentation>Name des SIP zum Zeitpunkt der Ablieferung.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="text1">
    <xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
  </xs:restriction>
</xs:simpleType>
Simple Type version
Namespace http://bar.admin.ch/arelda/v4
Annotations
Die Versionierung des Pakets. Aus der Version ist schnell ersichtlich, wie oft ein AIP bereits migriert wurde.
Diagram
Diagram
Type xs:nonNegativeInteger
Used by
Source
<xs:simpleType name="version">
  <xs:annotation>
    <xs:documentation>Die Versionierung des Pakets. Aus der Version ist schnell ersichtlich, wie oft ein AIP bereits migriert wurde.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:nonNegativeInteger"/>
</xs:simpleType>