<xs:attributeGroup name="FormattedInd">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies if the associated data is formatted into its individual pieces, or exists as a single entity.</xs:documentation>
</xs:annotation>
<xs:attribute name="FormattedInd" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies if the associated data is formatted or not. When true, then it is formatted; when false, then not formatted.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|