1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
|
<!-- ============================================
::DATATOOL:: Generated from "objprt.asn"
::DATATOOL:: by application DATATOOL version 1.9.0
::DATATOOL:: on 04/10/2008 16:04:22
============================================ -->
<!-- ============================================ -->
<!-- This section is mapped from module "NCBI-ObjPrt"
================================================= -->
<!--
$Revision: 6.0 $
********************************************************************
Print Templates
James Ostell, 1993
********************************************************************
-->
<!-- Elements used by other modules:
PrintTemplate,
PrintTemplateSet -->
<!-- ============================================ -->
<!ELEMENT PrintTemplate (
PrintTemplate_name,
PrintTemplate_labelfrom?,
PrintTemplate_format)>
<!-- name for this template -->
<!ELEMENT PrintTemplate_name (TemplateName)>
<!-- ASN.1 path to get label from -->
<!ELEMENT PrintTemplate_labelfrom (#PCDATA)>
<!ELEMENT PrintTemplate_format (PrintFormat)>
<!ELEMENT TemplateName (#PCDATA)>
<!ELEMENT PrintTemplateSet (PrintTemplate*)>
<!ELEMENT PrintFormat (
PrintFormat_asn1,
PrintFormat_label?,
PrintFormat_prefix?,
PrintFormat_suffix?,
PrintFormat_form)>
<!-- ASN.1 partial path for this -->
<!ELEMENT PrintFormat_asn1 (#PCDATA)>
<!-- printable label -->
<!ELEMENT PrintFormat_label (#PCDATA)>
<!ELEMENT PrintFormat_prefix (#PCDATA)>
<!ELEMENT PrintFormat_suffix (#PCDATA)>
<!-- Forms for various ASN.1 components -->
<!ELEMENT PrintFormat_form (PrintForm)>
<!-- Forms for various ASN.1 components -->
<!ELEMENT PrintForm (
PrintForm_block |
PrintForm_boolean |
PrintForm_enum |
PrintForm_text |
PrintForm_use-template |
PrintForm_user |
PrintForm_null)>
<!-- for SEQUENCE, SET -->
<!ELEMENT PrintForm_block (PrintFormBlock)>
<!ELEMENT PrintForm_boolean (PrintFormBoolean)>
<!ELEMENT PrintForm_enum (PrintFormEnum)>
<!ELEMENT PrintForm_text (PrintFormText)>
<!ELEMENT PrintForm_use-template (TemplateName)>
<!ELEMENT PrintForm_user (UserFormat)>
<!-- rarely used -->
<!ELEMENT PrintForm_null EMPTY>
<!ELEMENT UserFormat (
UserFormat_printfunc,
UserFormat_defaultfunc?)>
<!ELEMENT UserFormat_printfunc (#PCDATA)>
<!ELEMENT UserFormat_defaultfunc (#PCDATA)>
<!-- for SEQUENCE, SET -->
<!ELEMENT PrintFormBlock (
PrintFormBlock_separator?,
PrintFormBlock_components)>
<!ELEMENT PrintFormBlock_separator (#PCDATA)>
<!ELEMENT PrintFormBlock_components (PrintFormat*)>
<!ELEMENT PrintFormBoolean (
PrintFormBoolean_true?,
PrintFormBoolean_false?)>
<!ELEMENT PrintFormBoolean_true (#PCDATA)>
<!ELEMENT PrintFormBoolean_false (#PCDATA)>
<!ELEMENT PrintFormEnum (
PrintFormEnum_values?)>
<!ELEMENT PrintFormEnum_values (PrintFormEnum_values_E*)>
<!ELEMENT PrintFormEnum_values_E (#PCDATA)>
<!ELEMENT PrintFormText (
PrintFormText_textfunc?)>
<!ELEMENT PrintFormText_textfunc (#PCDATA)>
|