XML Einrichten Version 1.2
Commission Simple Type
XML Einrichten Version 1.2 : Commission Simple Type
Description
Name (number) of the commission
Namespace (none)
Type
Restriction of xs:string
Diagram
Commission Simple Type
Overview
Commission Restriction of xs:string
Name (number) of the commission
Facets
MaxLength35
Source
<xs:simpleType name="Commission" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Name / Nummer  der Kommsssion </xs:documentation>
    <xs:documentation xml:lang="en">Name (number) of the commission </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="35" />
  </xs:restriction>
</xs:simpleType>
See Also
XML Einrichten Version 1.2