Showing:

Diagrams
Facets
Model
Properties
Source
Used by
Element UserPermitRecord / BranchCode
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_PartyReferenceType.tmp#PartyReferenceType
Type PartyReferenceType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
maxLength 50
pattern [^,]*
Source
<xs:element minOccurs="0" name="BranchCode" type="PartyReferenceType"/>
Element UserPermitRecord / PermitCode
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="PermitCode" type="NormalTextType"/>
Element UserPermitRecord / PermitName
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="PermitName" type="NormalTextType"/>
Complex Type UserPermitRecord
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_PermitName
Used by
Model
Children BranchCode, PermitCode, PermitName
Source
<xs:complexType name="UserPermitRecord">
  <xs:sequence>
    <xs:element minOccurs="0" name="BranchCode" type="PartyReferenceType"/>
    <xs:element name="PermitCode" type="NormalTextType"/>
    <xs:element minOccurs="0" name="PermitName" type="NormalTextType"/>
  </xs:sequence>
</xs:complexType>