Definition Type: ComplexType
Name: BulletinType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
General information regarding various types of bulletins. (i.e. service or campaign bulletins)
Collapse XSD Schema Diagram:
Drilldown into BulletinTypeCode in schema components_xsd Drilldown into BulletinPostingDate in schema components_xsd Drilldown into BulletinDescription in schema components_xsd Drilldown into BulletinID in schema components_xsdXSD Diagram of BulletinType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="BulletinType">
    <xsd:annotation>
        <xsd:documentation>General information regarding various types of bulletins. (i.e.
                service or campaign bulletins)</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="BulletinID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The unique
                identification for a Bulletin </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="BulletinDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> A description for the
                bulletin </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BulletinPostingDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> Date that the bulletin
                was posted. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="BulletinTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> The type code for a
                particular Bulletin. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BulletinID star:BulletinID 0 1
BulletinDescription star:BulletinDescription 0 unbounded
BulletinPostingDate star:BulletinPostingDate 0 1
BulletinTypeCode star:BulletinTypeCode 0 1
Collapse Derivation Tree:
Collapse References:
star:RelatedRepairServiceBulletin, star:ServiceBulletin