<xs:simpleType name="BlockType">
<xs:annotation>
<xs:documentation xml:lang="en">
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">The hash block.</p>
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="4096"/>
</xs:restriction>
</xs:simpleType>
|