Definition Type: SimpleType
Name: ConcreteTopicExpression
Namespace: http://docs.oasis-open.org/wsn/t-1
Containing Schema: t-1.xsd
Collapse XSD Schema Diagram:
XSD Diagram of ConcreteTopicExpression in schema t-1_xsd (OASIS Web Services Notification (WSN) TC)
Collapse XSD Schema Code:
<xsd:simpleType name="ConcreteTopicExpression">
    <xsd:restriction base="xsd:token">
        <xsd:annotation>
            <xsd:documentation>
  The pattern allows strings matching the following EBNF:
    ConcreteTopicPath    ::=   RootTopic ChildTopic*    
    RootTopic            ::=   QName  
    ChildTopic           ::=   '/' (QName | NCName) 
                        
        </xsd:documentation>
        </xsd:annotation>
        <xsd:pattern value="(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*)(/([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*)*">
        </xsd:pattern>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern (([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*)(/([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*)*
Collapse Derivation Tree:
Collapse References:
wstop:parent