nc:DecalType

complexType DecalType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a sticker.

Diagram

XML Schema

<xs:complexType name="DecalType">
<xs:annotation>
<xs:documentation>
A data type for a sticker.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:DecalID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DecalColorText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DecalPeriodAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DecalYearDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DecalMonthDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:DecalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>