| diagram |  | ||||||
| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||
| type | restriction of xs:string | ||||||
| properties | 
 | ||||||
| used by | 
 | ||||||
| facets | 
 | ||||||
| source | <xs:element name="Version"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]+\.[0-9]+"/> </xs:restriction> </xs:simpleType> </xs:element> |