Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Included schema schemaDerivedTypes.xsd
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
A set of generic derived schema types
Properties
attribute form default unqualified
element form default qualified
version 2.0
Complex Type BasicStringStructure
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
A string optionally allowing character element to be used
Diagram
DiagramschemaCommonElements_xsd.tmp#Character
Properties
mixed true
Used by
Model
Children Character
Source
<xsd:complexType name="BasicStringStructure" mixed="true">
  <xsd:annotation>
    <xsd:documentation>A string optionally allowing character element to be used</xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:element ref="Character"/>
  </xsd:choice>
</xsd:complexType>
Simple Type YesNoType
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
A yes/no option
Diagram
Diagram
Facets
enumeration yes
enumeration no
Source
<xsd:simpleType name="YesNoType">
  <xsd:annotation>
    <xsd:documentation>A yes/no option</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="yes"/>
    <xsd:enumeration value="no"/>
  </xsd:restriction>
</xsd:simpleType>