Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element FileRecord / FileName
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="FileName" type="NormalTextType"/>
Element FileRecord / FileType
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="FileType" type="ShortTextType"/>
Element FileRecord / FileBase64
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Base64Binary.tmp#Base64Binary
Type Base64Binary
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="FileBase64" type="Base64Binary"/>
Element FileRecord / FileEncryption
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_YesNoType.tmp#YesNoType
Type YesNoType
Properties
content simple
minOccurs 0
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Source
<xs:element minOccurs="0" name="FileEncryption" type="YesNoType"/>
Element FileRecord / FileSize
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_PositiveNumType.tmp#PositiveNumType
Type PositiveNumType
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="FileSize" type="PositiveNumType"/>
Element FileRecord / FileDescriptionCode
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_FileDescriptionCodeType.tmp#FileDescriptionCodeType
Type FileDescriptionCodeType
Properties
content simple
minOccurs 0
Facets
pattern (\c+) & ((visual)|(auditlog)|(invoicexml)|(misc))
Source
<xs:element minOccurs="0" name="FileDescriptionCode" type="FileDescriptionCodeType"/>
Element FileRecord / FileDescription
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="FileDescription" type="NormalTextType"/>
Complex Type FileRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_fileIDe-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileNamee-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileTypee-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileBase64e-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileEncryptione-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileSizee-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileDescriptionCodee-document-3_1_10_xsd_Complex_Type_FileRecord.tmp#FileRecord_FileDescription
Used by
Model
Children FileBase64, FileDescription, FileDescriptionCode, FileEncryption, FileName, FileSize, FileType
Attributes
QName Type Use
fileID ShortTextType optional
Source
<xs:complexType name="FileRecord">
  <xs:all>
    <xs:element minOccurs="0" name="FileName" type="NormalTextType"/>
    <xs:element minOccurs="0" name="FileType" type="ShortTextType"/>
    <xs:element minOccurs="0" name="FileBase64" type="Base64Binary"/>
    <xs:element minOccurs="0" name="FileEncryption" type="YesNoType"/>
    <xs:element minOccurs="0" name="FileSize" type="PositiveNumType"/>
    <xs:element minOccurs="0" name="FileDescriptionCode" type="FileDescriptionCodeType"/>
    <xs:element minOccurs="0" name="FileDescription" type="NormalTextType"/>
  </xs:all>
  <xs:attribute name="fileID" type="ShortTextType" use="optional"/>
</xs:complexType>
Attribute FileRecord / @fileID
Namespace No namespace
Type ShortTextType
Properties
use optional
Facets
maxLength 50
Used by
Complex Type FileRecord
Source
<xs:attribute name="fileID" type="ShortTextType" use="optional"/>