FrameType

Header Image
Project:
FrameType : Public <<XSDcomplexType>> Class
Created: 15.02.2018 16:43:28
Modified: 06.05.2024 16:19:00
Project:
Advanced:
Description of the transmission frame. Frame is sequence of blocks and one data stream. Each frame has defined size, sequence number and flag indicating whether this is the last frame of the transfer.<br/>MTOM is the preferred implementation to transfer binary data .<br/>A single large file can be spread over several frames. Conversely, several smaller files can be sent in a single frame. It depends on the defined maximum frame size and the maximum number of blocks (folders + files) in the frame.<br/>
  • Attributes
  • Associations From
  • Tagged Values
  • Advanced
  • Other Links
Attribute Scope Type
blocks Public FrameBlocks
anonymousRole=false
anonymousType=true
nillable=false
position=1
Notes: A collection of blocks transmitted in a single frame.<br/><br/>
data Public base64Binary
anonymousRole=false
anonymousType=true
nillable=false
position=2
Notes: Pøenášená data souborù. Implementace by mìly podporovat rozšíøení MTOM pro efektivní pøenos binárních dat.<br/><br/>Implementaèní poznámka k vytváøení XSD: <br/>If you would like to use MTOM you have to add the xmime:expectedContentTypes="application/octet-stream" attribute (namespace is predefined).<br/><br/>Odpovídající datový prvek v ISDP: CA0010<br/><br/><br/>
dataSize Public long
anonymousRole=false
anonymousType=true
use=required
Notes: The size of the transmitted data in the frame, i.e. the size of the data in the data attribute.<br/>
last Public boolean
anonymousRole=false
anonymousType=true
Notes: A flag indicating whether this is the last frame of the transfer.<br/>
seqNum Public int
anonymousRole=false
anonymousType=true
use=required
Notes: Frame sequence number. The first frame has the number 1.<br/>
Element Source Role Target Role
«XSDcomplexType» SendRequestType
Class  
Name:  
 
Name: frame
 
Details:
 
Tag Value
mixed false
Details:
Values: true | false
Default: false
Description: Determines whether this element may contain mixed element and character content.  Refer to the W3C XML Schema recommendation
modelGroup sequence
Details:
Values: all | sequence | choice
Default: sequence
Description: Overrides the package-level default model group
nillable false
Details:
Values: true | false
Default: false
Description: As defined by XML Schema specification
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
«XSDtopLevelElement» Frame Class Generalization From