<xs:attributeGroup name="OptionalCodeOptionalNameGroup">
<xs:annotation>
<xs:documentation xml:lang="en">An attribute group to be used when the associated item has an optional code and an optional name.</xs:documentation>
</xs:annotation>
<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:attribute name="Name" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The name of an item.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|