@Target(value=FIELD)
 @Retention(value=RUNTIME)
public @interface MXFField
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | charsetDescribes the charset encoding used for String syntax element | 
| boolean | dependsDescribes whether the value associated with a syntax element corresponds to a reference | 
| int | sizeDescribes the size in bytes of a syntax element. |