RelatedRepairServiceBulletin

Uses the Component:BulletinType

Related Repair Service Bulletins

Fields and Components

Table 6.94. Fields and Components

Name Description Occurrence Type Data Type User Notes
BulletinID

The unique identification for a Bulletin

0..1Field udt:IdentifierType  
BulletinDescription

A description for the bulletin

0..*Field udt:TextType  
BulletinPostingDate

Date that the bulletin was posted.

0..1Field udt:DateType  
BulletinTypeCode

The type code for a particular Bulletin.

0..1Field udt:CodeType  
BulletinModelSeries

The model and series that the bulletin applies to

0..1Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.94. RelatedRepairServiceBulletin

<RelatedRepairServiceBulletin>
     <BulletinID>......</BulletinID>     [0..1]
     <BulletinDescription>......</BulletinDescription>     [0..*]
     <BulletinPostingDate>......</BulletinPostingDate>     [0..1]
     <BulletinTypeCode>......</BulletinTypeCode>     [0..1]
     <BulletinModelSeries>......</BulletinModelSeries>     [0..1]
</RelatedRepairServiceBulletin>