<xs:attributeGroup name="NameOptionalCodeGroup">
<xs:annotation>
<xs:documentation xml:lang="en">An attribute group to be used when the associated item has a required name and an optional code. If the length of the name could exceed 64 characters the complexType LongNameoptionalCodeType should be used.</xs:documentation>
</xs:annotation>
<xs:attribute name="Name" type="StringLength1to64" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The name of an item.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Code" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Provides the code identifying the item.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|