<xs:simpleType name="PlaceholderType"> <xs:restriction base="xs:string"> <xs:pattern value="\$\{[a-zA-Z_][a-zA-Z0-9_]*\}"/> </xs:restriction> </xs:simpleType>