Showing:

Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element UserDataRecord / LineFunction
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LineFunctionCode.tmp#LineFunctionCode
Type LineFunctionCode
Properties
content simple
Facets
pattern (update)|(delete)|(original)|(UPDATE)|(DELETE)|(ORIGINAL)|(Update)|(Delete)|(Original)
Source
<xs:element name="LineFunction" type="LineFunctionCode"/>
Element UserDataRecord / FirstName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NameTextType.tmp#NameTextType
Type NameTextType
Properties
content simple
Facets
maxLength 70
Source
<xs:element name="FirstName" type="NameTextType"/>
Element UserDataRecord / LastName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NameTextType.tmp#NameTextType
Type NameTextType
Properties
content simple
Facets
maxLength 70
Source
<xs:element name="LastName" type="NameTextType"/>
Element UserDataRecord / UserLogin
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
Facets
maxLength 100
Source
<xs:element name="UserLogin" type="NormalTextType"/>
Element UserDataRecord / UserID
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="UserID" type="ShortTextType"/>
Element UserDataRecord / PhoneNum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="PhoneNum" type="NormalTextType"/>
Element UserDataRecord / FaxNum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="FaxNum" type="NormalTextType"/>
Element UserDataRecord / MobileNum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="MobileNum" type="NormalTextType"/>
Element UserDataRecord / DocNumPrefix
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="DocNumPrefix" type="ShortTextType"/>
Element UserDataRecord / UserPermit
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_UserPermitRecord.tmp#UserPermitRecord_BranchCodee-document-3_1_10_xsd_Complex_Type_UserPermitRecord.tmp#UserPermitRecord_PermitCodee-document-3_1_10_xsd_Complex_Type_UserPermitRecord.tmp#UserPermitRecord_PermitNamee-document-3_1_10_xsd_Complex_Type_UserPermitRecord.tmp#UserPermitRecord
Type UserPermitRecord
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children BranchCode, PermitCode, PermitName
Instance
<UserPermit>
  <BranchCode>{0,1}</BranchCode>
  <PermitCode>{1,1}</PermitCode>
  <PermitName>{0,1}</PermitName>
</UserPermit>
Source
<xs:element minOccurs="0" maxOccurs="unbounded" name="UserPermit" type="UserPermitRecord"/>
Complex Type UserDataRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_LineFunctione-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_FirstNamee-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_LastNamee-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_UserLogine-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_UserIDe-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_PhoneNume-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_FaxNume-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_MobileNume-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_DocNumPrefixe-document-3_1_10_xsd_Complex_Type_UserDataRecord.tmp#UserDataRecord_UserPermit
Used by
Model
Children DocNumPrefix, FaxNum, FirstName, LastName, LineFunction, MobileNum, PhoneNum, UserID, UserLogin, UserPermit
Source
<xs:complexType name="UserDataRecord">
  <xs:sequence>
    <xs:element name="LineFunction" type="LineFunctionCode"/>
    <xs:element name="FirstName" type="NameTextType"/>
    <xs:element name="LastName" type="NameTextType"/>
    <xs:element name="UserLogin" type="NormalTextType"/>
    <xs:element minOccurs="0" name="UserID" type="ShortTextType"/>
    <xs:element minOccurs="0" name="PhoneNum" type="NormalTextType"/>
    <xs:element minOccurs="0" name="FaxNum" type="NormalTextType"/>
    <xs:element minOccurs="0" name="MobileNum" type="NormalTextType"/>
    <xs:element minOccurs="0" name="DocNumPrefix" type="ShortTextType"/>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="UserPermit" type="UserPermitRecord"/>
  </xs:sequence>
</xs:complexType>