<xs:attribute name="force">
<xs:annotation>
<xs:documentation>indicates the extent to which this punctuation mark conventionally separates words or phrases</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="strong">
<xs:annotation>
<xs:documentation>the punctuation mark is a word separator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="weak">
<xs:annotation>
<xs:documentation>the punctuation mark is not a word separator</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="inter">
<xs:annotation>
<xs:documentation>the punctuation mark may or may not be a word separator</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |