Schema parameter.xsd


schema location:  http://xml.comp-phys.org/parameter.xsd
 
Complex types 
ParameterType 


complexType ParameterType
diagram
type extension of xs:string
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
source
<xs:complexType name="ParameterType">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="name" type="xs:string" use="required"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com