simpleType pathType
namespace http://www.ech.ch/xmlns/eCH-0206/2
type restriction of xs:string
properties
base xs:string
used by
element maddRequestType/requestQuery/condition/attributePath
facets
Kind Value Annotation
pattern (/([A-Za-z0-9_-]{1,50}:[a-zA-Z0-9]{3,100})){1,50}
source <xs:simpleType name="pathType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(/([A-Za-z0-9_-]{1,50}:[a-zA-Z0-9]{3,100})){1,50}"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy