Definition Type: ComplexType
Name: TransformType
Namespace: urn:oasis:names:tc:evs:schema:eml:ts
Containing Schema: emltimestamp.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into XPath in schema emltimestamp_xsd Drilldown into Algorithm in schema emltimestamp_xsdXSD Diagram of TransformType in schema emltimestamp_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="TransformType" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:any namespace="##other" processContents="lax" />
        <xs:element name="XPath" type="xs:string" />
    </xs:choice>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required" />
    <!-- (1,1) elements from (0,unbounded) namespaces -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
XPath ts:XPath (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Algorithm ts:Algorithm Required
Collapse Derivation Tree:
Collapse References:
ts:Transform
Collapse Comments:
blog comments powered by Disqus