Nun für die Gebäudetechnik auch noch
authorheiko
Wed, 19 Oct 2005 19:36:06 +0000
changeset 22 5b7fed196b91
parent 21 a32ffde255e3
child 23 2665a0363bd0
Nun für die Gebäudetechnik auch noch
gtd.schema
schlittermann.schema
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gtd.schema	Wed Oct 19 19:36:06 2005 +0000
@@ -0,0 +1,36 @@
+# $Id$
+# $URL$
+# © Heiko Schlittermann
+#
+# 1.3.6.1.4.1.23297		schlittermann OID
+# ...
+# 1.3.6.1.4.1.23297.10.		other
+# ...
+# 1.3.6.1.4.1.23297.10.3	- Gebäudetechnik-Dresden
+
+objectIdentifier schlittermannRoot 1.3.6.1.4.1.23297
+objectIdentifier gtdRoot schlittermannRoot:10.3
+objectIdentifier gtdAttribute gtdRoot:1
+objectIdentifier gtdObjectClass gtdRoot:2
+
+attributetype (
+    gtdAttribute:1 NAME 'gtdMailOfficialAddress' DESC 'official mail address'
+    SUP mail
+    SINGLE-VALUE )
+
+attributetype (
+    gtdAttribute:2 NAME 'gtdMailForwardingAddress' DESC 'forwarding information for this recipient'
+    EQUALITY caseIgnoreIA5Match
+    SUBSTR caseIgnoreIA5SubstringsMatch
+    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
+####
+
+objectClass (
+    gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
+    SUP top
+    AUXILIARY
+    MAY ( gtdMailOfficialAddress $ mail $ gtdMailForwardingAddress $ description ) )
+
+
+# vim:sts=4 sw=4 aw ai sm:
--- a/schlittermann.schema	Wed Oct 19 19:23:19 2005 +0000
+++ b/schlittermann.schema	Wed Oct 19 19:36:06 2005 +0000
@@ -9,5 +9,6 @@
 # 1.3.6.1.4.1.23297.10.		other 
 # 1.3.6.1.4.1.23297.10.1	hsm (Hochschule Merseburg) -> hsm.schema
 # 1.3.6.1.4.1.23297.10.2	tcb (Test-Center Brief Deutsche Post) -> tcb.schema
+# 1.3.6.1.4.1.23297.10.3	gtd (Gebäudetechnik Dresden) -> gtd.schema
 
 objectIdentifier schlittermann 1.3.6.1.4.1.23297