Showing:

Diagrams
Facets
Model
Properties
Source
Used by
Element ItemRegistrationEntryRecord / ItemRegistrationNum
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="ItemRegistrationNum" type="NormalTextType"/>
Element ItemRegistrationEntryRecord / ItemRegistrationDate
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateType.tmp#DateType
Type DateType
Properties
content simple
minOccurs 0
Facets
minLength 10
maxLength 16
pattern \d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)?
Source
<xs:element minOccurs="0" name="ItemRegistrationDate" type="DateType"/>
Element ItemRegistrationEntryRecord / ItemRegistrationAuthority
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_LongTextType.tmp#LongTextType
Type LongTextType
Properties
content simple
minOccurs 0
Facets
maxLength 4000
Source
<xs:element minOccurs="0" name="ItemRegistrationAuthority" type="LongTextType"/>
Complex Type ItemRegistrationEntryRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemRegistrationEntryRecord.tmp#ItemRegistrationEntryRecord_ItemRegistrationNume-document-3_1_10_xsd_Complex_Type_ItemRegistrationEntryRecord.tmp#ItemRegistrationEntryRecord_ItemRegistrationDatee-document-3_1_10_xsd_Complex_Type_ItemRegistrationEntryRecord.tmp#ItemRegistrationEntryRecord_ItemRegistrationAuthority
Used by
Model
Children ItemRegistrationAuthority, ItemRegistrationDate, ItemRegistrationNum
Source
<xs:complexType name="ItemRegistrationEntryRecord">
  <xs:all>
    <xs:element minOccurs="0" name="ItemRegistrationNum" type="NormalTextType"/>
    <xs:element minOccurs="0" name="ItemRegistrationDate" type="DateType"/>
    <xs:element minOccurs="0" name="ItemRegistrationAuthority" type="LongTextType"/>
  </xs:all>
</xs:complexType>