ビジネス・オブジェクト定義ファイルのサンプル

サンプル・ビジネス・オブジェクト定義の内容は、次のとおりです。

[BusinessObjectDefinition]
 Name = CUSTOMER
 Version = 1.0.0
 AppSpecificInfo = TN=ra_customers;SCN=
 
 [Attribute]
           Name = customer_id
           Type = Integer
           Cardinality = 1
           MaxLength = 0
           IsKey = true
           IsForeignKey = false
           IsRequired = false
           AppSpecificInfo = CN=customer_id
           DefaultValue = 
           [End]
 
           *******Other attributes *********
 
 [Attribute]
           Name = ObjectEventId
           Type = String
           Cardinality = 1
           MaxLength = 0
           IsKey = false
           IsForeignKey = false
           IsRequired = false
           AppSpecificInfo =
           DefaultValue = 
           [End]
 
           [Verb]
           Name = Delete
           AppSpecificInfo =
           [End]
 
           [Verb]
           Name = Update
           AppSpecificInfo =
           [End]
 
           [Verb]
           Name = Create
           AppSpecificInfo =
           [End]
 
           [Verb]
           Name = Retrieve
           AppSpecificInfo =
           [End]
 [End]

Copyright IBM Corp. 2004, 2005