Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element LicenceRecord / LicenceName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 100
Source
<xs:element minOccurs="0" maxOccurs="1" name="LicenceName" type="NormalTextType"/>
Element LicenceRecord / LicenceNum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 100
Source
<xs:element minOccurs="0" maxOccurs="1" name="LicenceNum" type="NormalTextType"/>
Element LicenceRecord / LicenceIssuedBy
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 100
Source
<xs:element minOccurs="0" maxOccurs="1" name="LicenceIssuedBy" type="NormalTextType"/>
Complex Type LicenceRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_LicenceRecord.tmp#LicenceRecord_typee-document-3_1_10_xsd_Complex_Type_LicenceRecord.tmp#LicenceRecord_LicenceNamee-document-3_1_10_xsd_Complex_Type_LicenceRecord.tmp#LicenceRecord_LicenceNume-document-3_1_10_xsd_Complex_Type_LicenceRecord.tmp#LicenceRecord_LicenceIssuedBy
Used by
Model
Children LicenceIssuedBy, LicenceName, LicenceNum
Attributes
QName Type Use
type NormalTextType optional
Source
<xs:complexType name="LicenceRecord">
  <xs:all>
    <xs:element minOccurs="0" maxOccurs="1" name="LicenceName" type="NormalTextType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="LicenceNum" type="NormalTextType"/>
    <xs:element minOccurs="0" maxOccurs="1" name="LicenceIssuedBy" type="NormalTextType"/>
  </xs:all>
  <xs:attribute name="type" use="optional" type="NormalTextType"/>
</xs:complexType>
Attribute LicenceRecord / @type
Namespace No namespace
Type NormalTextType
Properties
use optional
Facets
maxLength 100
Used by
Complex Type LicenceRecord
Source
<xs:attribute name="type" use="optional" type="NormalTextType"/>