QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
exclusiveBound | xsd:boolean | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://schemas.ggf.org/jsdl/2005/11/jsdl' |
<xsd:complexType name="Boundary_Type"> <xsd:simpleContent> <xsd:extension base="xsd:double"> <xsd:attribute name="exclusiveBound" type="xsd:boolean" use="optional"/> <xsd:anyAttribute namespace="##other" processContents="lax"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |