Showing:

Annotations
Attributes
Diagrams
Facets
Source
Used by
Imported schema Address_Object.xsd
Namespace http://cybox.mitre.org/objects#AddressObject-2
Annotations
This schema was originally developed by The MITRE Corporation. The CybOX XML Schema implementation is maintained by The MITRE Corporation and developed by the open CybOX Community. For more information, including how to get involved in the effort and how to submit change requests, please visit the CybOX website at http://cybox.mitre.org.
Element AddressObj:AddressObjectType / AddressObj:Address_Value
Namespace http://cybox.mitre.org/objects#AddressObject-2
Annotations
The required Address_Value construct specifies the actual value of the address.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#StringObjectPropertyType_datatype cybox_common_xsd.tmp#StringObjectPropertyType
Type cyboxCommon:StringObjectPropertyType
Type hierarchy
Attributes
QName Type Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum string optional
This attribute is optional and specifies the type of the value of the specified property. If a type different than the default is used, it MUST be specified here.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
delimiter xs:string ##comma## optional
The delimiter field specifies the delimiter used when defining lists of values. The default value is "##comma##".
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
When idref is specified, the id attribute must not be specified, and any instance of this property should not hold content unless an extension of the property allows it.
is_case_sensitive xs:boolean true optional
The is_case_sensitive field is optional and should be used when specifying the case-sensitivity of a pattern which uses an Equals, DoesNotEqual, Contains, DoesNotContain, StartsWith, EndsWith, or FitsPattern condition. The default value for this field is "true" which indicates that pattern evaluations are to be considered case-sensitive.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
observed_encoding xs:string optional
This field is optional and specifies the encoding of the string when it is/was observed. This may be different from the encoding used to represent the string within this element.
It is strongly recommended that character set names should be taken from the IANA character set registry (https://www.iana.org/assignments/character-sets/character-sets.xhtml).
This field is intended to be applicable only to fields which contain string values.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification.
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not defined by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="Address_Value" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The required Address_Value construct specifies the actual value of the address.</xs:documentation>
  </xs:annotation>
</xs:element>
Element AddressObj:AddressObjectType / AddressObj:VLAN_Name
Namespace http://cybox.mitre.org/objects#AddressObject-2
Annotations
The VLAN_Name field specifies the name of the Virtual LAN to which the address belongs.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#StringObjectPropertyType_datatype cybox_common_xsd.tmp#StringObjectPropertyType
Type cyboxCommon:StringObjectPropertyType
Type hierarchy
Attributes
QName Type Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum string optional
This attribute is optional and specifies the type of the value of the specified property. If a type different than the default is used, it MUST be specified here.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
delimiter xs:string ##comma## optional
The delimiter field specifies the delimiter used when defining lists of values. The default value is "##comma##".
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
When idref is specified, the id attribute must not be specified, and any instance of this property should not hold content unless an extension of the property allows it.
is_case_sensitive xs:boolean true optional
The is_case_sensitive field is optional and should be used when specifying the case-sensitivity of a pattern which uses an Equals, DoesNotEqual, Contains, DoesNotContain, StartsWith, EndsWith, or FitsPattern condition. The default value for this field is "true" which indicates that pattern evaluations are to be considered case-sensitive.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
observed_encoding xs:string optional
This field is optional and specifies the encoding of the string when it is/was observed. This may be different from the encoding used to represent the string within this element.
It is strongly recommended that character set names should be taken from the IANA character set registry (https://www.iana.org/assignments/character-sets/character-sets.xhtml).
This field is intended to be applicable only to fields which contain string values.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification.
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not defined by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="VLAN_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The VLAN_Name field specifies the name of the Virtual LAN to which the address belongs.</xs:documentation>
  </xs:annotation>
</xs:element>
Element AddressObj:AddressObjectType / AddressObj:VLAN_Num
Namespace http://cybox.mitre.org/objects#AddressObject-2
Annotations
The VLAN_Num field specifies the number of the Virtual LAN to which the address belongs.
Diagram
Diagram cybox_common_xsd.tmp#BaseObjectPropertyGroup cybox_common_xsd.tmp#PatternFieldGroup cybox_common_xsd.tmp#BaseObjectPropertyType cybox_common_xsd.tmp#IntegerObjectPropertyType_datatype cybox_common_xsd.tmp#IntegerObjectPropertyType
Type cyboxCommon:IntegerObjectPropertyType
Type hierarchy
Attributes
QName Type Default Use Annotation
appears_random xs:boolean optional
This field is optional and conveys whether the associated object property value appears to somewhat random in nature. An object property with this field set to TRUE need not provide any further information including a value. If more is known about the particular variation of randomness, a regex value could be provided to outline what is known of the structure.
apply_condition cyboxCommon:ConditionApplicationEnum ANY optional
This field indicates how a condition should be applied when the field body contains a list of values. (Its value is moot if the field value contains only a single value - both possible values for this field would have the same behavior.) If this field is set to ANY, then a pattern is considered to be matched if the provided condition successfully evaluates for any of the values in the field body. If the field is set to ALL, then the patern only matches if the provided condition successfully evaluates for every value in the field body.
bit_mask xs:hexBinary optional
Used to specify a bit_mask in conjunction with one of the defined binary conditions (bitwiseAnd, bitwiseOr, and bitwiseXor). This bitmask is then uses as one operand in the indicated bitwise computation.
condition cyboxCommon:ConditionTypeEnum optional
This field is optional and defines the relevant condition to apply to the value.
datatype cyboxCommon:DatatypeEnum int optional
This attribute is optional and specifies the type of the value of the specified property. If a type different than the default is used, it MUST be specified here.
defanging_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to defang (representation changed to prevent malicious effects of handling/processing) this Object property.
delimiter xs:string ##comma## optional
The delimiter field specifies the delimiter used when defining lists of values. The default value is "##comma##".
has_changed xs:boolean optional
This field is optional and conveys a targeted observation pattern of whether the associated field value has changed. This field would be leveraged within a pattern observable triggering on whether the value of a single field value has changed.
id xs:QName optional
The id field specifies a unique ID for this Object Property.
idref xs:QName optional
The idref field specifies a unique ID reference for this Object Property.
When idref is specified, the id attribute must not be specified, and any instance of this property should not hold content unless an extension of the property allows it.
is_case_sensitive xs:boolean true optional
The is_case_sensitive field is optional and should be used when specifying the case-sensitivity of a pattern which uses an Equals, DoesNotEqual, Contains, DoesNotContain, StartsWith, EndsWith, or FitsPattern condition. The default value for this field is "true" which indicates that pattern evaluations are to be considered case-sensitive.
is_defanged xs:boolean optional
This field is optional and conveys whether the associated Object property has been defanged (representation changed to prevent malicious effects of handling/processing).
is_obfuscated xs:boolean optional
This field is optional and conveys whether the associated Object property has been obfuscated.
obfuscation_algorithm_ref xs:anyURI optional
This field is optional and conveys a reference to a description of the algorithm used to obfuscate this Object property.
observed_encoding xs:string optional
This field is optional and specifies the encoding of the string when it is/was observed. This may be different from the encoding used to represent the string within this element.
It is strongly recommended that character set names should be taken from the IANA character set registry (https://www.iana.org/assignments/character-sets/character-sets.xhtml).
This field is intended to be applicable only to fields which contain string values.
pattern_type cyboxCommon:PatternTypeEnum optional
This field is optional and defines the type of pattern used if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
refanging_transform xs:string optional
This field is optional and specifies an automated transform that can be applied to the Object property content in order to refang it to its original format.
refanging_transform_type xs:string optional
This field is optional and specifies the type (e.g. RegEx) of refanging transform specified in the optional accompanying refangingTransform property.
regex_syntax xs:string optional
This field is optional and defines the syntax format used for a regular expression, if one is specified for the field value. This is applicable only if the Condition field is set to 'FitsPattern'.
Setting this attribute with an empty value (e.g., "") or omitting it entirely notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities, character classes, escapes, and other lexical tokens defined by the CybOX Language Specification.
Setting this attribute with a non-empty value notifies CybOX consumers and pattern evaluators that the corresponding regular expression utilizes capabilities not defined by the CybOX Language Specification. The regular expression must be evaluated through a compatible regular expression engine in this case.
trend xs:boolean optional
This field is optional and conveys a targeted observation pattern of the nature of any trend in the associated field value. This field would be leveraged within a pattern observable triggering on the matching of a specified trend in the value of a single specified field.
Source
<xs:element name="VLAN_Num" type="cyboxCommon:IntegerObjectPropertyType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The VLAN_Num field specifies the number of the Virtual LAN to which the address belongs.</xs:documentation>
  </xs:annotation>
</xs:element>
Element AddressObj:Address
Namespace http://cybox.mitre.org/objects#AddressObject-2
Annotations
The Address object is intended to specify a cyber address.
Diagram
Diagram cybox_common_xsd.tmp#ObjectPropertiesType_object_reference cybox_common_xsd.tmp#ObjectPropertiesType_Custom_Properties cybox_common_xsd.tmp#ObjectPropertiesType Address_Object_xsd.tmp#AddressObjectType_category Address_Object_xsd.tmp#AddressObjectType_is_source Address_Object_xsd.tmp#AddressObjectType_is_destination Address_Object_xsd.tmp#AddressObjectType_is_spoofed Address_Object_xsd.tmp#AddressObjectType_Address_Value Address_Object_xsd.tmp#AddressObjectType_VLAN_Name Address_Object_xsd.tmp#AddressObjectType_VLAN_Num Address_Object_xsd.tmp#AddressObjectType
Type AddressObj:AddressObjectType
Type hierarchy
Children AddressObj:Address_Value, AddressObj:VLAN_Name, AddressObj:VLAN_Num, cyboxCommon:Custom_Properties
Attributes
QName Type Default Use Annotation
category AddressObj:CategoryTypeEnum ipv4-addr optional
The category field specifies the address category that is being defined.
is_destination xs:boolean optional
The is_destination field specifies if this is a "Destination" address.
is_source xs:boolean optional
The is_source field specifies if this is a "Source" address.
is_spoofed xs:boolean optional
The is_spoofed field specifies whether the address is spoofed, i.e. forged to conceal its identity or true source.
object_reference xs:QName optional
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
Source
<xs:element name="Address" type="AddressObj:AddressObjectType">
  <xs:annotation>
    <xs:documentation>The Address object is intended to specify a cyber address.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type AddressObj:AddressObjectType
Namespace http://cybox.mitre.org/objects#AddressObject-2
Annotations
The AddressObjectType is intended to characterize cyber addresses.
Diagram
Diagram cybox_common_xsd.tmp#ObjectPropertiesType_object_reference cybox_common_xsd.tmp#ObjectPropertiesType_Custom_Properties cybox_common_xsd.tmp#ObjectPropertiesType Address_Object_xsd.tmp#AddressObjectType_category Address_Object_xsd.tmp#AddressObjectType_is_source Address_Object_xsd.tmp#AddressObjectType_is_destination Address_Object_xsd.tmp#AddressObjectType_is_spoofed Address_Object_xsd.tmp#AddressObjectType_Address_Value Address_Object_xsd.tmp#AddressObjectType_VLAN_Name Address_Object_xsd.tmp#AddressObjectType_VLAN_Num
Type extension of cyboxCommon:ObjectPropertiesType
Type hierarchy
Used by
Children AddressObj:Address_Value, AddressObj:VLAN_Name, AddressObj:VLAN_Num, cyboxCommon:Custom_Properties
Attributes
QName Type Default Use Annotation
category AddressObj:CategoryTypeEnum ipv4-addr optional
The category field specifies the address category that is being defined.
is_destination xs:boolean optional
The is_destination field specifies if this is a "Destination" address.
is_source xs:boolean optional
The is_source field specifies if this is a "Source" address.
is_spoofed xs:boolean optional
The is_spoofed field specifies whether the address is spoofed, i.e. forged to conceal its identity or true source.
object_reference xs:QName optional
The object_reference field specifies a unique ID reference to an Object defined elsewhere. This construct allows for the re-use of the defined Properties of one Object within another, without the need to embed the full Object in the location from which it is being referenced. Thus, this ID reference is intended to resolve to the Properties of the Object that it points to.
Source
<xs:complexType name="AddressObjectType">
  <xs:annotation>
    <xs:documentation>The AddressObjectType is intended to characterize cyber addresses.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="cyboxCommon:ObjectPropertiesType">
      <xs:sequence>
        <xs:element name="Address_Value" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The required Address_Value construct specifies the actual value of the address.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="VLAN_Name" type="cyboxCommon:StringObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The VLAN_Name field specifies the name of the Virtual LAN to which the address belongs.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="VLAN_Num" type="cyboxCommon:IntegerObjectPropertyType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The VLAN_Num field specifies the number of the Virtual LAN to which the address belongs.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="category" type="AddressObj:CategoryTypeEnum" default="ipv4-addr">
        <xs:annotation>
          <xs:documentation>The category field specifies the address category that is being defined.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="is_source" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>The is_source field specifies if this is a "Source" address.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="is_destination" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>The is_destination field specifies if this is a "Destination" address.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="is_spoofed" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>The is_spoofed field specifies whether the address is spoofed, i.e. forged to conceal its identity or true source.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Simple Type AddressObj:CategoryTypeEnum
Namespace http://cybox.mitre.org/objects#AddressObject-2
Annotations
The CategoryTypeEnum type is an enumeration of address types.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration asn
The asn value specifies an identifier for an Autonomous System Number.
enumeration atm
The atm value specifies an Asynchronous Transfer Mode address.
enumeration cidr
The CIDR value specifies an address in Classless Inter-domain Routing notation (the IP address and its associated routing prefix).
enumeration e-mail
The e-mail value specifies an e-mail address.
enumeration mac
The mac value specifies a system's MAC address.
enumeration ipv4-addr
The IPV4-addr value specifies an IPV4 address.
enumeration ipv4-net
enumeration ipv4-net-mask
The IPV4-net-mask value specifies an IPV4 bitwise netmask.
enumeration ipv6-addr
The IPV6-addr value specifies an IPV6 address.
enumeration ipv6-net
enumeration ipv6-net-mask
The IPV6-net-mask value specifies an IPV6 bitwise netmask.
Used by
Source
<xs:simpleType name="CategoryTypeEnum">
  <xs:annotation>
    <xs:documentation>The CategoryTypeEnum type is an enumeration of address types.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="asn">
      <xs:annotation>
        <xs:documentation>The asn value specifies an identifier for an Autonomous System Number.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="atm">
      <xs:annotation>
        <xs:documentation>The atm value specifies an Asynchronous Transfer Mode address.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="cidr">
      <xs:annotation>
        <xs:documentation>The CIDR value specifies an address in Classless Inter-domain Routing notation (the IP address and its associated routing prefix).</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="e-mail">
      <xs:annotation>
        <xs:documentation>The e-mail value specifies an e-mail address.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="mac">
      <xs:annotation>
        <xs:documentation>The mac value specifies a system's MAC address.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ipv4-addr">
      <xs:annotation>
        <xs:documentation>The IPV4-addr value specifies an IPV4 address.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ipv4-net">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ipv4-net-mask">
      <xs:annotation>
        <xs:documentation>The IPV4-net-mask value specifies an IPV4 bitwise netmask.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ipv6-addr">
      <xs:annotation>
        <xs:documentation>The IPV6-addr value specifies an IPV6 address.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ipv6-net">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ipv6-net-mask">
      <xs:annotation>
        <xs:documentation>The IPV6-net-mask value specifies an IPV6 bitwise netmask.</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute AddressObj:AddressObjectType / @category
Namespace No namespace
Annotations
The category field specifies the address category that is being defined.
Type AddressObj:CategoryTypeEnum
Facets
enumeration asn
The asn value specifies an identifier for an Autonomous System Number.
enumeration atm
The atm value specifies an Asynchronous Transfer Mode address.
enumeration cidr
The CIDR value specifies an address in Classless Inter-domain Routing notation (the IP address and its associated routing prefix).
enumeration e-mail
The e-mail value specifies an e-mail address.
enumeration mac
The mac value specifies a system's MAC address.
enumeration ipv4-addr
The IPV4-addr value specifies an IPV4 address.
enumeration ipv4-net
enumeration ipv4-net-mask
The IPV4-net-mask value specifies an IPV4 bitwise netmask.
enumeration ipv6-addr
The IPV6-addr value specifies an IPV6 address.
enumeration ipv6-net
enumeration ipv6-net-mask
The IPV6-net-mask value specifies an IPV6 bitwise netmask.
Used by
Source
<xs:attribute name="category" type="AddressObj:CategoryTypeEnum" default="ipv4-addr">
  <xs:annotation>
    <xs:documentation>The category field specifies the address category that is being defined.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute AddressObj:AddressObjectType / @is_source
Namespace No namespace
Annotations
The is_source field specifies if this is a "Source" address.
Type xs:boolean
Used by
Source
<xs:attribute name="is_source" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The is_source field specifies if this is a "Source" address.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute AddressObj:AddressObjectType / @is_destination
Namespace No namespace
Annotations
The is_destination field specifies if this is a "Destination" address.
Type xs:boolean
Used by
Source
<xs:attribute name="is_destination" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The is_destination field specifies if this is a "Destination" address.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute AddressObj:AddressObjectType / @is_spoofed
Namespace No namespace
Annotations
The is_spoofed field specifies whether the address is spoofed, i.e. forged to conceal its identity or true source.
Type xs:boolean
Used by
Source
<xs:attribute name="is_spoofed" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>The is_spoofed field specifies whether the address is spoofed, i.e. forged to conceal its identity or true source.</xs:documentation>
  </xs:annotation>
</xs:attribute>